#F95495

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

Shades of French Rose #F95495

Tints of French Rose #F95495

Color information

#F95495 (or 0xF95495) is unknown color: approx French Rose. HEX triplet: F9, 54 and 95. RGB value is (249,84,149). Sum of RGB (Red+Green+Blue) = 249+84+149=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F95495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95495 is #06AB6A. Grayscale: #8C8C8C. Windows color (decimal): -437099 or 9786617. OLE color: 9786617.

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

Color convert

RGB24984149-
CMYK00.660.400.02
HSL336.36º93.22%65.29%-
HSV(B)336.36º66.27%97.65%-
XYZ47.6628.6531.45-
YUV140.74132.66205.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.66%
GREEN value IS 84 (33.20% from 255) = 17.43%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=51.66%
G=17.43%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498414900.660.400.02336.3693.2265.29
HexF954950422821505d41
Octal3711242250102502520135101
Binary11111001101010010010101010000101010001010101000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95495; }

 p { color: rgb(249,84,149); }

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

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

 a { background-color: rgb(249,84,149); }

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

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

 span { border-color: rgb(249,84,149); }

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