Html Css Color HEX #F200B2 Hollywood Cerise

📋 copy color: '#F200B2'

red 242 ◦ green 0 ◦ blue 178

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

Shades of Hollywood Cerise #F200B2

Tints of Hollywood Cerise #F200B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 57.62%
G = 0%
B = 42.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F200B2 (or 0xF200B2) is known color: Hollywood Cerise. HEX triplet: F2, 00 and B2. RGB value is (242,0,178). Sum of RGB (Red+Green+Blue) = 242+0+178=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F200B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F200B2 is #0DFF4D. Grayscale: #5C5C5C. Windows color (decimal): -917326 or 11665650. OLE color: 11665650.

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

Color convert

RGB 242 0 178 -
CMYK 0 1 0.26 0.05
HSL 315.87º 1% 0.47% -
HSV(B) 315.87º 1% 0.95% -
XYZ 44.65 22.09 44.03 -
YUV 92.65 176.17 234.53 -
System Red Green Blue C M Y K H S L
Decimal 242 0 178 0 1 0.26 0.05 315.87 1 0.47
Hex F2 0 B2 0 64 1A 5 13C 64 2F
Octal 362 0 262 0 144 32 5 474 144 57
Binary 11110010 0 10110010 0 1100100 11010 101 100111100 1100100 101111

Color Harmonies of #F200B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200B2

Black with #F200B2

Text Example


Text Example

White with #F200B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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