Html Css Color HEX #F207AA Hollywood Cerise

📋 copy color: '#F207AA'

red 242 ◦ green 7 ◦ blue 170

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

Shades of Hollywood Cerise #F207AA

Tints of Hollywood Cerise #F207AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 57.76%
G = 1.67%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F207AA (or 0xF207AA) is known color: Hollywood Cerise. HEX triplet: F2, 07 and AA. RGB value is (242,7,170). Sum of RGB (Red+Green+Blue) = 242+7+170=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F207AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F207AA is #0DF855. Grayscale: #5F5F5F. Windows color (decimal): -915542 or 11143154. OLE color: 11143154.

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

Color convert

RGB 242 7 170 -
CMYK 0 0.97 0.30 0.05
HSL 318.38º 0.94% 0.49% -
HSV(B) 318.38º 0.97% 0.95% -
XYZ 43.95 21.93 39.95 -
YUV 95.85 169.86 232.25 -
System Red Green Blue C M Y K H S L
Decimal 242 7 170 0 0.97 0.30 0.05 318.38 0.94 0.49
Hex F2 7 AA 0 61 1E 5 13E 5E 31
Octal 362 7 252 0 141 36 5 476 136 61
Binary 11110010 111 10101010 0 1100001 11110 101 100111110 1011110 110001

Color Harmonies of #F207AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F207AA

Black with #F207AA

Text Example


Text Example

White with #F207AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F207AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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