Html Css Color HEX #F206AF Hollywood Cerise

📋 copy color: '#F206AF'

red 242 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #F206AF

Tints of Hollywood Cerise #F206AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 57.21%
G = 1.42%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F206AF (or 0xF206AF) is known color: Hollywood Cerise. HEX triplet: F2, 06 and AF. RGB value is (242,6,175). Sum of RGB (Red+Green+Blue) = 242+6+175=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F206AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F206AF is #0DF950. Grayscale: #5F5F5F. Windows color (decimal): -915793 or 11470578. OLE color: 11470578.

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

Color convert

RGB 242 6 175 -
CMYK 0 0.98 0.28 0.05
HSL 317.03º 0.95% 0.49% -
HSV(B) 317.03º 0.98% 0.95% -
XYZ 44.42 22.1 42.48 -
YUV 95.83 172.69 232.26 -
System Red Green Blue C M Y K H S L
Decimal 242 6 175 0 0.98 0.28 0.05 317.03 0.95 0.49
Hex F2 6 AF 0 62 1C 5 13D 5F 31
Octal 362 6 257 0 142 34 5 475 137 61
Binary 11110010 110 10101111 0 1100010 11100 101 100111101 1011111 110001

Color Harmonies of #F206AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206AF

Black with #F206AF

Text Example


Text Example

White with #F206AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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