Html Css Color HEX #F206AC Hollywood Cerise

📋 copy color: '#F206AC'

red 242 ◦ green 6 ◦ blue 172

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

Shades of Hollywood Cerise #F206AC

Tints of Hollywood Cerise #F206AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 57.62%
G = 1.43%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F206AC (or 0xF206AC) is known color: Hollywood Cerise. HEX triplet: F2, 06 and AC. RGB value is (242,6,172). Sum of RGB (Red+Green+Blue) = 242+6+172=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F206AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F206AC is #0DF953. Grayscale: #5F5F5F. Windows color (decimal): -915796 or 11273970. OLE color: 11273970.

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

Color convert

RGB 242 6 172 -
CMYK 0 0.98 0.29 0.05
HSL 317.8º 0.95% 0.49% -
HSV(B) 317.8º 0.98% 0.95% -
XYZ 44.13 21.99 40.95 -
YUV 95.49 171.19 232.5 -
System Red Green Blue C M Y K H S L
Decimal 242 6 172 0 0.98 0.29 0.05 317.8 0.95 0.49
Hex F2 6 AC 0 62 1D 5 13E 5F 31
Octal 362 6 254 0 142 35 5 476 137 61
Binary 11110010 110 10101100 0 1100010 11101 101 100111110 1011111 110001

Color Harmonies of #F206AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206AC

Black with #F206AC

Text Example


Text Example

White with #F206AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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