Html Css Color HEX #F700A2 Hollywood Cerise

📋 copy color: '#F700A2'

red 247 ◦ green 0 ◦ blue 162

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

Shades of Hollywood Cerise #F700A2

Tints of Hollywood Cerise #F700A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.61%

R = 60.39%
G = 0%
B = 39.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F700A2 (or 0xF700A2) is known color: Hollywood Cerise. HEX triplet: F7, 00 and A2. RGB value is (247,0,162). Sum of RGB (Red+Green+Blue) = 247+0+162=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F700A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700A2 is #08FF5D. Grayscale: #5B5B5B. Windows color (decimal): -589662 or 10617079. OLE color: 10617079.

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

Color convert

RGB 247 0 162 -
CMYK 0 1 0.34 0.03
HSL 320.65º 1% 0.48% -
HSV(B) 320.65º 1% 0.97% -
XYZ 44.88 22.38 36.14 -
YUV 92.32 167.33 238.33 -
System Red Green Blue C M Y K H S L
Decimal 247 0 162 0 1 0.34 0.03 320.65 1 0.48
Hex F7 0 A2 0 64 22 3 141 64 30
Octal 367 0 242 0 144 42 3 501 144 60
Binary 11110111 0 10100010 0 1100100 100010 11 101000001 1100100 110000

Color Harmonies of #F700A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700A2

Black with #F700A2

Text Example


Text Example

White with #F700A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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