Html Css Color HEX #F700AC Hollywood Cerise

📋 copy color: '#F700AC'

red 247 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #F700AC

Tints of Hollywood Cerise #F700AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 58.95%
G = 0%
B = 41.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F700AC (or 0xF700AC) is known color: Hollywood Cerise. HEX triplet: F7, 00 and AC. RGB value is (247,0,172). Sum of RGB (Red+Green+Blue) = 247+0+172=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F700AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700AC is #08FF53. Grayscale: #5D5D5D. Windows color (decimal): -589652 or 11272439. OLE color: 11272439.

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

Color convert

RGB 247 0 172 -
CMYK 0 1 0.30 0.03
HSL 318.22º 1% 0.48% -
HSV(B) 318.22º 1% 0.97% -
XYZ 45.8 22.75 41.01 -
YUV 93.46 172.33 237.51 -
System Red Green Blue C M Y K H S L
Decimal 247 0 172 0 1 0.30 0.03 318.22 1 0.48
Hex F7 0 AC 0 64 1E 3 13E 64 30
Octal 367 0 254 0 144 36 3 476 144 60
Binary 11110111 0 10101100 0 1100100 11110 11 100111110 1100100 110000

Color Harmonies of #F700AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700AC

Black with #F700AC

Text Example


Text Example

White with #F700AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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