Html Css Color HEX #F24D9A Brilliant Rose

📋 copy color: '#F24D9A'

red 242 ◦ green 77 ◦ blue 154

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

Shades of Brilliant Rose #F24D9A

Tints of Brilliant Rose #F24D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 51.16%
G = 16.28%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F24D9A (or 0xF24D9A) is known color: Brilliant Rose. HEX triplet: F2, 4D and 9A. RGB value is (242,77,154). Sum of RGB (Red+Green+Blue) = 242+77+154=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D9A is #0DB265. Grayscale: #868686. Windows color (decimal): -897638 or 10112498. OLE color: 10112498.

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

Color convert

RGB 242 77 154 -
CMYK 0 0.68 0.36 0.05
HSL 332º 0.86% 0.63% -
HSV(B) 332º 0.68% 0.95% -
XYZ 45.1 26.52 33.31 -
YUV 135.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 242 77 154 0 0.68 0.36 0.05 332 0.86 0.63
Hex F2 4D 9A 0 44 24 5 14C 56 3F
Octal 362 115 232 0 104 44 5 514 126 77
Binary 11110010 1001101 10011010 0 1000100 100100 101 101001100 1010110 111111

Color Harmonies of #F24D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D9A

Black with #F24D9A

Text Example


Text Example

White with #F24D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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