Html Css Color HEX #F707A0 Hollywood Cerise

📋 copy color: '#F707A0'

red 247 ◦ green 7 ◦ blue 160

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

Shades of Hollywood Cerise #F707A0

Tints of Hollywood Cerise #F707A0

RGB

 RED value IS 247 (96.88% from 255) = 59.66%

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

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 59.66%
G = 1.69%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F707A0 (or 0xF707A0) is known color: Hollywood Cerise. HEX triplet: F7, 07 and A0. RGB value is (247,7,160). Sum of RGB (Red+Green+Blue) = 247+7+160=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F707A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F707A0 is #08F85F. Grayscale: #5F5F5F. Windows color (decimal): -587872 or 10487799. OLE color: 10487799.

HSL color Cylindrical-coordinate representation of color #F707A0: hue angle of 321.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F707A0 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 7 160 -
CMYK 0 0.97 0.35 0.03
HSL 321.75º 0.94% 0.5% -
HSV(B) 321.75º 0.97% 0.97% -
XYZ 44.78 22.46 35.23 -
YUV 96.2 164.01 235.56 -
System Red Green Blue C M Y K H S L
Decimal 247 7 160 0 0.97 0.35 0.03 321.75 0.94 0.5
Hex F7 7 A0 0 61 23 3 142 5E 32
Octal 367 7 240 0 141 43 3 502 136 62
Binary 11110111 111 10100000 0 1100001 100011 11 101000010 1011110 110010

Color Harmonies of #F707A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707A0

Black with #F707A0

Text Example


Text Example

White with #F707A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707A0; }

 p { color: rgb(247,7,160); }

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

background-color css

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

 a { background-color: rgb(247,7,160); }

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

border-color css

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

 span { border-color: rgb(247,7,160); }

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