Html Css Color HEX #F205AA Hollywood Cerise

📋 copy color: '#F205AA'

red 242 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #F205AA

Tints of Hollywood Cerise #F205AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

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

R = 58.03%
G = 1.2%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F205AA (or 0xF205AA) is known color: Hollywood Cerise. HEX triplet: F2, 05 and AA. RGB value is (242,5,170). Sum of RGB (Red+Green+Blue) = 242+5+170=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F205AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F205AA is #0DFA55. Grayscale: #5E5E5E. Windows color (decimal): -916054 or 11142642. OLE color: 11142642.

HSL color Cylindrical-coordinate representation of color #F205AA: hue angle of 318.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205AA is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 170 -
CMYK 0 0.98 0.30 0.05
HSL 318.23º 0.96% 0.48% -
HSV(B) 318.23º 0.98% 0.95% -
XYZ 43.93 21.89 39.94 -
YUV 94.67 170.52 233.08 -
System Red Green Blue C M Y K H S L
Decimal 242 5 170 0 0.98 0.30 0.05 318.23 0.96 0.48
Hex F2 5 AA 0 62 1E 5 13E 60 30
Octal 362 5 252 0 142 36 5 476 140 60
Binary 11110010 101 10101010 0 1100010 11110 101 100111110 1100000 110000

Color Harmonies of #F205AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F205AA

Black with #F205AA

Text Example


Text Example

White with #F205AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F205AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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