Html Css Color HEX #F206A7 Hollywood Cerise

📋 copy color: '#F206A7'

red 242 ◦ green 6 ◦ blue 167

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

Shades of Hollywood Cerise #F206A7

Tints of Hollywood Cerise #F206A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.24%

R = 58.31%
G = 1.45%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F206A7 (or 0xF206A7) is known color: Hollywood Cerise. HEX triplet: F2, 06 and A7. RGB value is (242,6,167). Sum of RGB (Red+Green+Blue) = 242+6+167=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F206A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F206A7 is #0DF958. Grayscale: #5E5E5E. Windows color (decimal): -915801 or 10946290. OLE color: 10946290.

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

Color convert

RGB 242 6 167 -
CMYK 0 0.98 0.31 0.05
HSL 319.07º 0.95% 0.49% -
HSV(B) 319.07º 0.98% 0.95% -
XYZ 43.66 21.8 38.47 -
YUV 94.92 168.69 232.91 -
System Red Green Blue C M Y K H S L
Decimal 242 6 167 0 0.98 0.31 0.05 319.07 0.95 0.49
Hex F2 6 A7 0 62 1F 5 13F 5F 31
Octal 362 6 247 0 142 37 5 477 137 61
Binary 11110010 110 10100111 0 1100010 11111 101 100111111 1011111 110001

Color Harmonies of #F206A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206A7

Black with #F206A7

Text Example


Text Example

White with #F206A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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