Html Css Color HEX #F207AB Hollywood Cerise

📋 copy color: '#F207AB'

red 242 ◦ green 7 ◦ blue 171

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

Shades of Hollywood Cerise #F207AB

Tints of Hollywood Cerise #F207AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 57.62%
G = 1.67%
B = 40.71%

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

#F207AB (or 0xF207AB) is known color: Hollywood Cerise. HEX triplet: F2, 07 and AB. RGB value is (242,7,171). Sum of RGB (Red+Green+Blue) = 242+7+171=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F207AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F207AB is #0DF854. Grayscale: #5F5F5F. Windows color (decimal): -915541 or 11208690. OLE color: 11208690.

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

Color convert

RGB 242 7 171 -
CMYK 0 0.97 0.29 0.05
HSL 318.13º 0.94% 0.49% -
HSV(B) 318.13º 0.97% 0.95% -
XYZ 44.04 21.97 40.45 -
YUV 95.96 170.36 232.16 -
System Red Green Blue C M Y K H S L
Decimal 242 7 171 0 0.97 0.29 0.05 318.13 0.94 0.49
Hex F2 7 AB 0 61 1D 5 13E 5E 31
Octal 362 7 253 0 141 35 5 476 136 61
Binary 11110010 111 10101011 0 1100001 11101 101 100111110 1011110 110001

Color Harmonies of #F207AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F207AB

Black with #F207AB

Text Example


Text Example

White with #F207AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F207AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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