Html Css Color HEX #F701AF Hollywood Cerise

📋 copy color: '#F701AF'

red 247 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #F701AF

Tints of Hollywood Cerise #F701AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 58.39%
G = 0.24%
B = 41.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F701AF (or 0xF701AF) is known color: Hollywood Cerise. HEX triplet: F7, 01 and AF. RGB value is (247,1,175). Sum of RGB (Red+Green+Blue) = 247+1+175=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F701AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F701AF is #08FE50. Grayscale: #5D5D5D. Windows color (decimal): -589393 or 11469303. OLE color: 11469303.

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

Color convert

RGB 247 1 175 -
CMYK 0 1.00 0.29 0.03
HSL 317.56º 0.99% 0.49% -
HSV(B) 317.56º 1% 0.97% -
XYZ 46.11 22.89 42.55 -
YUV 94.39 173.5 236.85 -
System Red Green Blue C M Y K H S L
Decimal 247 1 175 0 1.00 0.29 0.03 317.56 0.99 0.49
Hex F7 1 AF 0 64 1D 3 13E 63 31
Octal 367 1 257 0 144 35 3 476 143 61
Binary 11110111 1 10101111 0 1100100 11101 11 100111110 1100011 110001

Color Harmonies of #F701AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701AF

Black with #F701AF

Text Example


Text Example

White with #F701AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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