#F04AB4

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

Shades of Brilliant Rose #F04AB4

Tints of Brilliant Rose #F04AB4

Color information

#F04AB4 (or 0xF04AB4) is unknown color: approx Brilliant Rose. HEX triplet: F0, 4A and B4. RGB value is (240,74,180). Sum of RGB (Red+Green+Blue) = 240+74+180=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04AB4 is #0FB54B. Grayscale: #878787. Windows color (decimal): -1029452 or 11815664. OLE color: 11815664.

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

Color convert

RGB24074180-
CMYK00.690.250.06
HSL321.69º84.69%61.57%-
HSV(B)321.69º69.17%94.12%-
XYZ46.6226.7245.88-
YUV135.72153202.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.58%
GREEN value IS 74 (29.30% from 255) = 14.98%
BLUE value IS 180 (70.70% from 255) = 36.44%
R=48.58%
G=14.98%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407418000.690.250.06321.6984.6961.57
HexF04AB4045196142553e
Octal360112264010531650212576
Binary1111000010010101011010001000101110011101010000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04AB4; }

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

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

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

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

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

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

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

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