#F24CB8

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

Shades of Brilliant Rose #F24CB8

Tints of Brilliant Rose #F24CB8

Color information

#F24CB8 (or 0xF24CB8) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4C and B8. RGB value is (242,76,184). Sum of RGB (Red+Green+Blue) = 242+76+184=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24CB8 is #0DB347. Grayscale: #898989. Windows color (decimal): -897864 or 12078322. OLE color: 12078322.

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

Color convert

RGB24276184-
CMYK00.690.240.05
HSL320.96º86.46%62.35%-
HSV(B)320.96º68.6%94.9%-
XYZ47.8527.5148.13-
YUV137.95154202.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 76 (30.08% from 255) = 15.14%
BLUE value IS 184 (72.27% from 255) = 36.65%
R=48.21%
G=15.14%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427618400.690.240.05320.9686.4662.35
HexF24CB8045185141563e
Octal362114270010530550112676
Binary1111001010011001011100001000101110001011010000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CB8; }

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

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

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

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

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

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

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

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