#F04A95

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

Shades of French Rose #F04A95

Tints of French Rose #F04A95

Color information

#F04A95 (or 0xF04A95) is unknown color: approx French Rose. HEX triplet: F0, 4A and 95. RGB value is (240,74,149). Sum of RGB (Red+Green+Blue) = 240+74+149=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04A95 is #0FB56A. Grayscale: #848484. Windows color (decimal): -1029483 or 9784048. OLE color: 9784048.

HSL color Cylindrical-coordinate representation of color #F04A95: hue angle of 332.89º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04A95 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB24074149-
CMYK00.690.380.06
HSL332.89º84.69%61.57%-
HSV(B)332.89º69.17%94.12%-
XYZ43.8125.5931.06-
YUV132.18137.5204.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.84%
GREEN value IS 74 (29.30% from 255) = 15.98%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=51.84%
G=15.98%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407414900.690.380.06332.8984.6961.57
HexF04A9504526614d553e
Octal360112225010546651512576
Binary11110000100101010010101010001011001101101010011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A95; }

 p { color: rgb(240,74,149); }

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

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

 a { background-color: rgb(240,74,149); }

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

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

 span { border-color: rgb(240,74,149); }

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