Html Css Color HEX #F24EBC Brilliant Rose

📋 copy color: '#F24EBC'

red 242 ◦ green 78 ◦ blue 188

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

Shades of Brilliant Rose #F24EBC

Tints of Brilliant Rose #F24EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 47.64%
G = 15.35%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F24EBC (or 0xF24EBC) is known color: Brilliant Rose. HEX triplet: F2, 4E and BC. RGB value is (242,78,188). Sum of RGB (Red+Green+Blue) = 242+78+188=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24EBC is #0DB143. Grayscale: #8B8B8B. Windows color (decimal): -897348 or 12340978. OLE color: 12340978.

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

Color convert

RGB 242 78 188 -
CMYK 0 0.68 0.22 0.05
HSL 319.76º 0.86% 0.63% -
HSV(B) 319.76º 0.68% 0.95% -
XYZ 48.42 27.96 50.42 -
YUV 139.58 155.33 201.06 -
System Red Green Blue C M Y K H S L
Decimal 242 78 188 0 0.68 0.22 0.05 319.76 0.86 0.63
Hex F2 4E BC 0 44 16 5 140 56 3F
Octal 362 116 274 0 104 26 5 500 126 77
Binary 11110010 1001110 10111100 0 1000100 10110 101 101000000 1010110 111111

Color Harmonies of #F24EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24EBC

Black with #F24EBC

Text Example


Text Example

White with #F24EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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