Html Css Color HEX #F700AD Hollywood Cerise

📋 copy color: '#F700AD'

red 247 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #F700AD

Tints of Hollywood Cerise #F700AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 58.81%
G = 0%
B = 41.19%

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

#F700AD (or 0xF700AD) is known color: Hollywood Cerise. HEX triplet: F7, 00 and AD. RGB value is (247,0,173). Sum of RGB (Red+Green+Blue) = 247+0+173=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F700AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700AD is #08FF52. Grayscale: #5D5D5D. Windows color (decimal): -589651 or 11337975. OLE color: 11337975.

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

Color convert

RGB 247 0 173 -
CMYK 0 1 0.30 0.03
HSL 317.98º 1% 0.48% -
HSV(B) 317.98º 1% 0.97% -
XYZ 45.9 22.79 41.52 -
YUV 93.58 172.83 237.43 -
System Red Green Blue C M Y K H S L
Decimal 247 0 173 0 1 0.30 0.03 317.98 1 0.48
Hex F7 0 AD 0 64 1E 3 13E 64 30
Octal 367 0 255 0 144 36 3 476 144 60
Binary 11110111 0 10101101 0 1100100 11110 11 100111110 1100100 110000

Color Harmonies of #F700AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700AD

Black with #F700AD

Text Example


Text Example

White with #F700AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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