Html Css Color HEX #F24D9D Brilliant Rose

📋 copy color: '#F24D9D'

red 242 ◦ green 77 ◦ blue 157

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

Shades of Brilliant Rose #F24D9D

Tints of Brilliant Rose #F24D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.98%

R = 50.84%
G = 16.18%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F24D9D (or 0xF24D9D) is known color: Brilliant Rose. HEX triplet: F2, 4D and 9D. RGB value is (242,77,157). Sum of RGB (Red+Green+Blue) = 242+77+157=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D9D is #0DB262. Grayscale: #878787. Windows color (decimal): -897635 or 10309106. OLE color: 10309106.

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

Color convert

RGB 242 77 157 -
CMYK 0 0.68 0.35 0.05
HSL 330.91º 0.86% 0.63% -
HSV(B) 330.91º 0.68% 0.95% -
XYZ 45.36 26.62 34.65 -
YUV 135.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 242 77 157 0 0.68 0.35 0.05 330.91 0.86 0.63
Hex F2 4D 9D 0 44 23 5 14B 56 3F
Octal 362 115 235 0 104 43 5 513 126 77
Binary 11110010 1001101 10011101 0 1000100 100011 101 101001011 1010110 111111

Color Harmonies of #F24D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D9D

Black with #F24D9D

Text Example


Text Example

White with #F24D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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