Html Css Color HEX #F700AA Hollywood Cerise

📋 copy color: '#F700AA'

red 247 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #F700AA

Tints of Hollywood Cerise #F700AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.23%
G = 0%
B = 40.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F700AA (or 0xF700AA) is known color: Hollywood Cerise. HEX triplet: F7, 00 and AA. RGB value is (247,0,170). Sum of RGB (Red+Green+Blue) = 247+0+170=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F700AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700AA is #08FF55. Grayscale: #5C5C5C. Windows color (decimal): -589654 or 11141367. OLE color: 11141367.

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

Color convert

RGB 247 0 170 -
CMYK 0 1 0.31 0.03
HSL 318.7º 1% 0.48% -
HSV(B) 318.7º 1% 0.97% -
XYZ 45.61 22.68 40 -
YUV 93.23 171.33 237.68 -
System Red Green Blue C M Y K H S L
Decimal 247 0 170 0 1 0.31 0.03 318.7 1 0.48
Hex F7 0 AA 0 64 1F 3 13F 64 30
Octal 367 0 252 0 144 37 3 477 144 60
Binary 11110111 0 10101010 0 1100100 11111 11 100111111 1100100 110000

Color Harmonies of #F700AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700AA

Black with #F700AA

Text Example


Text Example

White with #F700AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700AA; }

 p { color: rgb(247,0,170); }

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

background-color css

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

 a { background-color: rgb(247,0,170); }

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

border-color css

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

 span { border-color: rgb(247,0,170); }

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