#F04AA4

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

Shades of Brilliant Rose #F04AA4

Tints of Brilliant Rose #F04AA4

Color information

#F04AA4 (or 0xF04AA4) is unknown color: approx Brilliant Rose. HEX triplet: F0, 4A and A4. RGB value is (240,74,164). Sum of RGB (Red+Green+Blue) = 240+74+164=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AA4 is #0FB55B. Grayscale: #858585. Windows color (decimal): -1029468 or 10767088. OLE color: 10767088.

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

Color convert

RGB24074164-
CMYK00.690.320.06
HSL327.47º84.69%61.57%-
HSV(B)327.47º69.17%94.12%-
XYZ45.0826.137.78-
YUV133.89145203.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.21%
GREEN value IS 74 (29.30% from 255) = 15.48%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=50.21%
G=15.48%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407416400.690.320.06327.4784.6961.57
HexF04AA4045206147553e
Octal360112244010540650712576
Binary11110000100101010100100010001011000001101010001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04AA4; }

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

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

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

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

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

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

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

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