#F24DA1

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

Shades of Brilliant Rose #F24DA1

Tints of Brilliant Rose #F24DA1

Color information

#F24DA1 (or 0xF24DA1) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4D and A1. RGB value is (242,77,161). Sum of RGB (Red+Green+Blue) = 242+77+161=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DA1 is #0DB25E. Grayscale: #878787. Windows color (decimal): -897631 or 10571250. OLE color: 10571250.

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

Color convert

RGB24277161-
CMYK00.680.330.05
HSL329.45º86.39%62.55%-
HSV(B)329.45º68.18%94.9%-
XYZ45.726.7636.47-
YUV135.91142.16203.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.42%
GREEN value IS 77 (30.47% from 255) = 16.04%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=50.42%
G=16.04%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427716100.680.330.05329.4586.3962.55
HexF24DA1044215149563f
Octal362115241010441551112677
Binary11110010100110110100001010001001000011011010010011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24DA1; }

 p { color: rgb(242,77,161); }

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

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

 a { background-color: rgb(242,77,161); }

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

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

 span { border-color: rgb(242,77,161); }

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