Html Css Color HEX #F207AD Hollywood Cerise

📋 copy color: '#F207AD'

red 242 ◦ green 7 ◦ blue 173

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

Shades of Hollywood Cerise #F207AD

Tints of Hollywood Cerise #F207AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41%

R = 57.35%
G = 1.66%
B = 41%

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

#F207AD (or 0xF207AD) is known color: Hollywood Cerise. HEX triplet: F2, 07 and AD. RGB value is (242,7,173). Sum of RGB (Red+Green+Blue) = 242+7+173=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F207AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F207AD is #0DF852. Grayscale: #5F5F5F. Windows color (decimal): -915539 or 11339762. OLE color: 11339762.

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

Color convert

RGB 242 7 173 -
CMYK 0 0.97 0.29 0.05
HSL 317.62º 0.94% 0.49% -
HSV(B) 317.62º 0.97% 0.95% -
XYZ 44.24 22.05 41.46 -
YUV 96.19 171.36 232 -
System Red Green Blue C M Y K H S L
Decimal 242 7 173 0 0.97 0.29 0.05 317.62 0.94 0.49
Hex F2 7 AD 0 61 1D 5 13E 5E 31
Octal 362 7 255 0 141 35 5 476 136 61
Binary 11110010 111 10101101 0 1100001 11101 101 100111110 1011110 110001

Color Harmonies of #F207AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F207AD

Black with #F207AD

Text Example


Text Example

White with #F207AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F207AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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