Html Css Color HEX #F24DA2 Brilliant Rose

📋 copy color: '#F24DA2'

red 242 ◦ green 77 ◦ blue 162

#F24DA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F24DA2

Tints of Brilliant Rose #F24DA2

RGB

 RED value IS 242 (94.92% from 255) = 50.31%

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 162 (63.67% from 255) = 33.68%

R = 50.31%
G = 16.01%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F24DA2 (or 0xF24DA2) is known color: Brilliant Rose. HEX triplet: F2, 4D and A2. RGB value is (242,77,162). Sum of RGB (Red+Green+Blue) = 242+77+162=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DA2 is #0DB25D. Grayscale: #878787. Windows color (decimal): -897630 or 10636786. OLE color: 10636786.

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

Color convert

RGB 242 77 162 -
CMYK 0 0.68 0.33 0.05
HSL 329.09º 0.86% 0.63% -
HSV(B) 329.09º 0.68% 0.95% -
XYZ 45.79 26.79 36.94 -
YUV 136.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 242 77 162 0 0.68 0.33 0.05 329.09 0.86 0.63
Hex F2 4D A2 0 44 21 5 149 56 3F
Octal 362 115 242 0 104 41 5 511 126 77
Binary 11110010 1001101 10100010 0 1000100 100001 101 101001001 1010110 111111

Color Harmonies of #F24DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24DA2

Black with #F24DA2

Text Example


Text Example

White with #F24DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24DA2; }

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

 H1.HeaderClassName
 {
   color: #F24DA2;
 }
 .AnyTagClassName
 {
   color: #F24DA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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