Html Css Color HEX #F24EB2 Brilliant Rose

📋 copy color: '#F24EB2'

red 242 ◦ green 78 ◦ blue 178

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

Shades of Brilliant Rose #F24EB2

Tints of Brilliant Rose #F24EB2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.66%

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 48.59%
G = 15.66%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F24EB2 (or 0xF24EB2) is known color: Brilliant Rose. HEX triplet: F2, 4E and B2. RGB value is (242,78,178). Sum of RGB (Red+Green+Blue) = 242+78+178=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24EB2 is #0DB14D. Grayscale: #8A8A8A. Windows color (decimal): -897358 or 11685618. OLE color: 11685618.

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

Color convert

RGB 242 78 178 -
CMYK 0 0.68 0.26 0.05
HSL 323.41º 0.86% 0.63% -
HSV(B) 323.41º 0.68% 0.95% -
XYZ 47.38 27.54 44.94 -
YUV 138.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 242 78 178 0 0.68 0.26 0.05 323.41 0.86 0.63
Hex F2 4E B2 0 44 1A 5 143 56 3F
Octal 362 116 262 0 104 32 5 503 126 77
Binary 11110010 1001110 10110010 0 1000100 11010 101 101000011 1010110 111111

Color Harmonies of #F24EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24EB2

Black with #F24EB2

Text Example


Text Example

White with #F24EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24EB2; }

 p { color: rgb(242,78,178); }

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

background-color css

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

 a { background-color: rgb(242,78,178); }

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

border-color css

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

 span { border-color: rgb(242,78,178); }

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