Html Css Color HEX #F207B0 Hollywood Cerise

📋 copy color: '#F207B0'

red 242 ◦ green 7 ◦ blue 176

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

Shades of Hollywood Cerise #F207B0

Tints of Hollywood Cerise #F207B0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 56.94%
G = 1.65%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F207B0 (or 0xF207B0) is known color: Hollywood Cerise. HEX triplet: F2, 07 and B0. RGB value is (242,7,176). Sum of RGB (Red+Green+Blue) = 242+7+176=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F207B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F207B0 is #0DF84F. Grayscale: #606060. Windows color (decimal): -915536 or 11536370. OLE color: 11536370.

HSL color Cylindrical-coordinate representation of color #F207B0: hue angle of 316.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207B0 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 7 176 -
CMYK 0 0.97 0.27 0.05
HSL 316.85º 0.94% 0.49% -
HSV(B) 316.85º 0.97% 0.95% -
XYZ 44.53 22.16 43.01 -
YUV 96.53 172.86 231.76 -
System Red Green Blue C M Y K H S L
Decimal 242 7 176 0 0.97 0.27 0.05 316.85 0.94 0.49
Hex F2 7 B0 0 61 1B 5 13D 5E 31
Octal 362 7 260 0 141 33 5 475 136 61
Binary 11110010 111 10110000 0 1100001 11011 101 100111101 1011110 110001

Color Harmonies of #F207B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F207B0

Black with #F207B0

Text Example


Text Example

White with #F207B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F207B0; }

 p { color: rgb(242,7,176); }

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

background-color css

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

 a { background-color: rgb(242,7,176); }

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

border-color css

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

 span { border-color: rgb(242,7,176); }

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