Html Css Color HEX #F700A1 Hollywood Cerise

📋 copy color: '#F700A1'

red 247 ◦ green 0 ◦ blue 161

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

Shades of Hollywood Cerise #F700A1

Tints of Hollywood Cerise #F700A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.46%

R = 60.54%
G = 0%
B = 39.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F700A1 (or 0xF700A1) is known color: Hollywood Cerise. HEX triplet: F7, 00 and A1. RGB value is (247,0,161). Sum of RGB (Red+Green+Blue) = 247+0+161=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F700A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700A1 is #08FF5E. Grayscale: #5B5B5B. Windows color (decimal): -589663 or 10551543. OLE color: 10551543.

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

Color convert

RGB 247 0 161 -
CMYK 0 1 0.35 0.03
HSL 320.89º 1% 0.48% -
HSV(B) 320.89º 1% 0.97% -
XYZ 44.79 22.35 35.67 -
YUV 92.21 166.83 238.41 -
System Red Green Blue C M Y K H S L
Decimal 247 0 161 0 1 0.35 0.03 320.89 1 0.48
Hex F7 0 A1 0 64 23 3 141 64 30
Octal 367 0 241 0 144 43 3 501 144 60
Binary 11110111 0 10100001 0 1100100 100011 11 101000001 1100100 110000

Color Harmonies of #F700A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700A1

Black with #F700A1

Text Example


Text Example

White with #F700A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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