Html Css Color HEX #F200AF Hollywood Cerise

📋 copy color: '#F200AF'

red 242 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #F200AF

Tints of Hollywood Cerise #F200AF

RGB

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

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

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

R = 58.03%
G = 0%
B = 41.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F200AF (or 0xF200AF) is known color: Hollywood Cerise. HEX triplet: F2, 00 and AF. RGB value is (242,0,175). Sum of RGB (Red+Green+Blue) = 242+0+175=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F200AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F200AF is #0DFF50. Grayscale: #5B5B5B. Windows color (decimal): -917329 or 11469042. OLE color: 11469042.

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

Color convert

RGB 242 0 175 -
CMYK 0 1 0.28 0.05
HSL 316.61º 1% 0.47% -
HSV(B) 316.61º 1% 0.95% -
XYZ 44.36 21.97 42.46 -
YUV 92.31 174.67 234.77 -
System Red Green Blue C M Y K H S L
Decimal 242 0 175 0 1 0.28 0.05 316.61 1 0.47
Hex F2 0 AF 0 64 1C 5 13D 64 2F
Octal 362 0 257 0 144 34 5 475 144 57
Binary 11110010 0 10101111 0 1100100 11100 101 100111101 1100100 101111

Color Harmonies of #F200AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200AF

Black with #F200AF

Text Example


Text Example

White with #F200AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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