Html Css Color HEX #F24FAA Brilliant Rose

📋 copy color: '#F24FAA'

red 242 ◦ green 79 ◦ blue 170

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

Shades of Brilliant Rose #F24FAA

Tints of Brilliant Rose #F24FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 49.29%
G = 16.09%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F24FAA (or 0xF24FAA) is known color: Brilliant Rose. HEX triplet: F2, 4F and AA. RGB value is (242,79,170). Sum of RGB (Red+Green+Blue) = 242+79+170=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24FAA is #0DB055. Grayscale: #898989. Windows color (decimal): -897110 or 11161586. OLE color: 11161586.

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

Color convert

RGB 242 79 170 -
CMYK 0 0.67 0.30 0.05
HSL 326.5º 0.86% 0.63% -
HSV(B) 326.5º 0.67% 0.95% -
XYZ 46.67 27.37 40.85 -
YUV 138.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 242 79 170 0 0.67 0.30 0.05 326.5 0.86 0.63
Hex F2 4F AA 0 43 1E 5 147 56 3F
Octal 362 117 252 0 103 36 5 507 126 77
Binary 11110010 1001111 10101010 0 1000011 11110 101 101000111 1010110 111111

Color Harmonies of #F24FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24FAA

Black with #F24FAA

Text Example


Text Example

White with #F24FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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