#F04A8D

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

Shades of French Rose #F04A8D

Tints of French Rose #F04A8D

Color information

#F04A8D (or 0xF04A8D) is unknown color: approx French Rose. HEX triplet: F0, 4A and 8D. RGB value is (240,74,141). Sum of RGB (Red+Green+Blue) = 240+74+141=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04A8D is #0FB572. Grayscale: #838383. Windows color (decimal): -1029491 or 9259760. OLE color: 9259760.

HSL color Cylindrical-coordinate representation of color #F04A8D: hue angle of 335.78º 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 #F04A8D is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB24074141-
CMYK00.690.410.06
HSL335.78º84.69%61.57%-
HSV(B)335.78º69.17%94.12%-
XYZ43.1925.3527.82-
YUV131.27133.5205.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=52.75%
G=16.26%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407414100.690.410.06335.7884.6961.57
HexF04A8D045296150553e
Octal360112215010551652012576
Binary11110000100101010001101010001011010011101010100001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A8D; }

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

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

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

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

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

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

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

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