Html Css Color HEX #F206AA Hollywood Cerise

📋 copy color: '#F206AA'

red 242 ◦ green 6 ◦ blue 170

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

Shades of Hollywood Cerise #F206AA

Tints of Hollywood Cerise #F206AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

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

R = 57.89%
G = 1.44%
B = 40.67%

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

#F206AA (or 0xF206AA) is known color: Hollywood Cerise. HEX triplet: F2, 06 and AA. RGB value is (242,6,170). Sum of RGB (Red+Green+Blue) = 242+6+170=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F206AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F206AA is #0DF955. Grayscale: #5E5E5E. Windows color (decimal): -915798 or 11142898. OLE color: 11142898.

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

Color convert

RGB 242 6 170 -
CMYK 0 0.98 0.30 0.05
HSL 318.31º 0.95% 0.49% -
HSV(B) 318.31º 0.98% 0.95% -
XYZ 43.94 21.91 39.94 -
YUV 95.26 170.19 232.66 -
System Red Green Blue C M Y K H S L
Decimal 242 6 170 0 0.98 0.30 0.05 318.31 0.95 0.49
Hex F2 6 AA 0 62 1E 5 13E 5F 31
Octal 362 6 252 0 142 36 5 476 137 61
Binary 11110010 110 10101010 0 1100010 11110 101 100111110 1011111 110001

Color Harmonies of #F206AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206AA

Black with #F206AA

Text Example


Text Example

White with #F206AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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