#F95193

Color #F95193 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F95193

Tints of French Rose #F95193

Color information

#F95193 (or 0xF95193) is unknown color: approx French Rose. HEX triplet: F9, 51 and 93. RGB value is (249,81,147). Sum of RGB (Red+Green+Blue) = 249+81+147=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F95193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95193 is #06AE6C. Grayscale: #8A8A8A. Windows color (decimal): -437869 or 9654777. OLE color: 9654777.

HSL color Cylindrical-coordinate representation of color #F95193: hue angle of 336.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F95193 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB24981147-
CMYK00.670.410.02
HSL336.43º93.33%64.71%-
HSV(B)336.43º67.47%97.65%-
XYZ47.2828.1330.54-
YUV138.76132.66206.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 52.20%
GREEN value IS 81 (32.03% from 255) = 16.98%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=52.20%
G=16.98%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498114700.670.410.02336.4393.3364.71
HexF951930432921505d41
Octal3711212230103512520135101
Binary11111001101000110010011010000111010011010101000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95193; }

 p { color: rgb(249,81,147); }

 H1.HeaderClassName
 {
   color: #F95193;
 }
 .AnyTagClassName
 {
   color: #F95193;
 }
</style>
background-color css

<style>
 a { background-color: #F95193; }

 a { background-color: rgb(249,81,147); }

 div.DivClassName
 {
   background-color: #F95193;
 }
 .BgClassName
 {
   background-color: #F95193;
 }
</style>
border-color css

<style>
 span { border-color: #F95193; }

 span { border-color: rgb(249,81,147); }

 td.TdClassName
 {
   border-color: #F95193;
 }
 .TagClassName
 {
   border-color: #F95193;
 }
</style>