Html Css Color HEX #F24F99 Brilliant Rose

📋 copy color: '#F24F99'

red 242 ◦ green 79 ◦ blue 153

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

Shades of Brilliant Rose #F24F99

Tints of Brilliant Rose #F24F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.67%

 BLUE value IS 153 (60.16% from 255) = 32.28%

R = 51.05%
G = 16.67%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F24F99 (or 0xF24F99) is known color: Brilliant Rose. HEX triplet: F2, 4F and 99. RGB value is (242,79,153). Sum of RGB (Red+Green+Blue) = 242+79+153=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24F99 is #0DB066. Grayscale: #888888. Windows color (decimal): -897127 or 10047474. OLE color: 10047474.

HSL color Cylindrical-coordinate representation of color #F24F99: hue angle of 332.76º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F99 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 153 -
CMYK 0 0.67 0.37 0.05
HSL 332.76º 0.86% 0.63% -
HSV(B) 332.76º 0.67% 0.95% -
XYZ 45.16 26.77 32.92 -
YUV 136.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 242 79 153 0 0.67 0.37 0.05 332.76 0.86 0.63
Hex F2 4F 99 0 43 25 5 14D 56 3F
Octal 362 117 231 0 103 45 5 515 126 77
Binary 11110010 1001111 10011001 0 1000011 100101 101 101001101 1010110 111111

Color Harmonies of #F24F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F99

Black with #F24F99

Text Example


Text Example

White with #F24F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F99; }

 p { color: rgb(242,79,153); }

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

background-color css

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

 a { background-color: rgb(242,79,153); }

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

border-color css

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

 span { border-color: rgb(242,79,153); }

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