Html Css Color HEX #F207AC Hollywood Cerise

📋 copy color: '#F207AC'

red 242 ◦ green 7 ◦ blue 172

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

Shades of Hollywood Cerise #F207AC

Tints of Hollywood Cerise #F207AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 57.48%
G = 1.66%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F207AC (or 0xF207AC) is known color: Hollywood Cerise. HEX triplet: F2, 07 and AC. RGB value is (242,7,172). Sum of RGB (Red+Green+Blue) = 242+7+172=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F207AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F207AC is #0DF853. Grayscale: #5F5F5F. Windows color (decimal): -915540 or 11274226. OLE color: 11274226.

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

Color convert

RGB 242 7 172 -
CMYK 0 0.97 0.29 0.05
HSL 317.87º 0.94% 0.49% -
HSV(B) 317.87º 0.97% 0.95% -
XYZ 44.14 22.01 40.95 -
YUV 96.08 170.86 232.08 -
System Red Green Blue C M Y K H S L
Decimal 242 7 172 0 0.97 0.29 0.05 317.87 0.94 0.49
Hex F2 7 AC 0 61 1D 5 13E 5E 31
Octal 362 7 254 0 141 35 5 476 136 61
Binary 11110010 111 10101100 0 1100001 11101 101 100111110 1011110 110001

Color Harmonies of #F207AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F207AC

Black with #F207AC

Text Example


Text Example

White with #F207AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F207AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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