Html Css Color HEX #F701AA Hollywood Cerise

📋 copy color: '#F701AA'

red 247 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #F701AA

Tints of Hollywood Cerise #F701AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 59.09%
G = 0.24%
B = 40.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F701AA (or 0xF701AA) is known color: Hollywood Cerise. HEX triplet: F7, 01 and AA. RGB value is (247,1,170). Sum of RGB (Red+Green+Blue) = 247+1+170=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F701AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F701AA is #08FE55. Grayscale: #5D5D5D. Windows color (decimal): -589398 or 11141623. OLE color: 11141623.

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

Color convert

RGB 247 1 170 -
CMYK 0 1.00 0.31 0.03
HSL 318.78º 0.99% 0.49% -
HSV(B) 318.78º 1% 0.97% -
XYZ 45.62 22.7 40.01 -
YUV 93.82 171 237.26 -
System Red Green Blue C M Y K H S L
Decimal 247 1 170 0 1.00 0.31 0.03 318.78 0.99 0.49
Hex F7 1 AA 0 64 1F 3 13F 63 31
Octal 367 1 252 0 144 37 3 477 143 61
Binary 11110111 1 10101010 0 1100100 11111 11 100111111 1100011 110001

Color Harmonies of #F701AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701AA

Black with #F701AA

Text Example


Text Example

White with #F701AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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