Html Css Color HEX #F24DAF Brilliant Rose

📋 copy color: '#F24DAF'

red 242 ◦ green 77 ◦ blue 175

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

Shades of Brilliant Rose #F24DAF

Tints of Brilliant Rose #F24DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 48.99%
G = 15.59%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F24DAF (or 0xF24DAF) is known color: Brilliant Rose. HEX triplet: F2, 4D and AF. RGB value is (242,77,175). Sum of RGB (Red+Green+Blue) = 242+77+175=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DAF is #0DB250. Grayscale: #898989. Windows color (decimal): -897617 or 11488754. OLE color: 11488754.

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

Color convert

RGB 242 77 175 -
CMYK 0 0.68 0.28 0.05
HSL 324.36º 0.86% 0.63% -
HSV(B) 324.36º 0.68% 0.95% -
XYZ 47.01 27.28 43.35 -
YUV 137.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 242 77 175 0 0.68 0.28 0.05 324.36 0.86 0.63
Hex F2 4D AF 0 44 1C 5 144 56 3F
Octal 362 115 257 0 104 34 5 504 126 77
Binary 11110010 1001101 10101111 0 1000100 11100 101 101000100 1010110 111111

Color Harmonies of #F24DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24DAF

Black with #F24DAF

Text Example


Text Example

White with #F24DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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