#F24CA4

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

Shades of Brilliant Rose #F24CA4

Tints of Brilliant Rose #F24CA4

Color information

#F24CA4 (or 0xF24CA4) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4C and A4. RGB value is (242,76,164). Sum of RGB (Red+Green+Blue) = 242+76+164=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24CA4 is #0DB35B. Grayscale: #878787. Windows color (decimal): -897884 or 10767602. OLE color: 10767602.

HSL color Cylindrical-coordinate representation of color #F24CA4: hue angle of 328.19º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24CA4 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB24276164-
CMYK00.690.320.05
HSL328.19º86.46%62.35%-
HSV(B)328.19º68.6%94.9%-
XYZ45.926.7337.86-
YUV135.67144203.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.21%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=50.21%
G=15.77%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427616400.690.320.05328.1986.4662.35
HexF24CA4045205148563e
Octal362114244010540551012676
Binary11110010100110010100100010001011000001011010010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CA4; }

 p { color: rgb(242,76,164); }

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

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

 a { background-color: rgb(242,76,164); }

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

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

 span { border-color: rgb(242,76,164); }

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