Html Css Color HEX #F701AB Hollywood Cerise

📋 copy color: '#F701AB'

red 247 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #F701AB

Tints of Hollywood Cerise #F701AB

RGB

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

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

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

R = 58.95%
G = 0.24%
B = 40.81%

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

#F701AB (or 0xF701AB) is known color: Hollywood Cerise. HEX triplet: F7, 01 and AB. RGB value is (247,1,171). Sum of RGB (Red+Green+Blue) = 247+1+171=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F701AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F701AB is #08FE54. Grayscale: #5D5D5D. Windows color (decimal): -589397 or 11207159. OLE color: 11207159.

HSL color Cylindrical-coordinate representation of color #F701AB: hue angle of 318.54º 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 #F701AB is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 171 -
CMYK 0 1.00 0.31 0.03
HSL 318.54º 0.99% 0.49% -
HSV(B) 318.54º 1% 0.97% -
XYZ 45.72 22.74 40.51 -
YUV 93.93 171.5 237.18 -
System Red Green Blue C M Y K H S L
Decimal 247 1 171 0 1.00 0.31 0.03 318.54 0.99 0.49
Hex F7 1 AB 0 64 1F 3 13F 63 31
Octal 367 1 253 0 144 37 3 477 143 61
Binary 11110111 1 10101011 0 1100100 11111 11 100111111 1100011 110001

Color Harmonies of #F701AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701AB

Black with #F701AB

Text Example


Text Example

White with #F701AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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