Html Css Color HEX #F200AB Hollywood Cerise

📋 copy color: '#F200AB'

red 242 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #F200AB

Tints of Hollywood Cerise #F200AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 58.6%
G = 0%
B = 41.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F200AB (or 0xF200AB) is known color: Hollywood Cerise. HEX triplet: F2, 00 and AB. RGB value is (242,0,171). Sum of RGB (Red+Green+Blue) = 242+0+171=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F200AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F200AB is #0DFF54. Grayscale: #5B5B5B. Windows color (decimal): -917333 or 11206898. OLE color: 11206898.

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

Color convert

RGB 242 0 171 -
CMYK 0 1 0.29 0.05
HSL 317.6º 1% 0.47% -
HSV(B) 317.6º 1% 0.95% -
XYZ 43.97 21.82 40.42 -
YUV 91.85 172.67 235.1 -
System Red Green Blue C M Y K H S L
Decimal 242 0 171 0 1 0.29 0.05 317.6 1 0.47
Hex F2 0 AB 0 64 1D 5 13E 64 2F
Octal 362 0 253 0 144 35 5 476 144 57
Binary 11110010 0 10101011 0 1100100 11101 101 100111110 1100100 101111

Color Harmonies of #F200AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200AB

Black with #F200AB

Text Example


Text Example

White with #F200AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200AB; }

 p { color: rgb(242,0,171); }

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

background-color css

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

 a { background-color: rgb(242,0,171); }

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

border-color css

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

 span { border-color: rgb(242,0,171); }

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