Html Css Color HEX #F70299 Hollywood Cerise

📋 copy color: '#F70299'

red 247 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #F70299

Tints of Hollywood Cerise #F70299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 61.44%
G = 0.5%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F70299 (or 0xF70299) is known color: Hollywood Cerise. HEX triplet: F7, 02 and 99. RGB value is (247,2,153). Sum of RGB (Red+Green+Blue) = 247+2+153=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F70299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70299 is #08FD66. Grayscale: #5C5C5C. Windows color (decimal): -589159 or 10027767. OLE color: 10027767.

HSL color Cylindrical-coordinate representation of color #F70299: hue angle of 323.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70299 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 2 153 -
CMYK 0 0.99 0.38 0.03
HSL 323.02º 0.98% 0.49% -
HSV(B) 323.02º 0.99% 0.97% -
XYZ 44.13 22.12 32.08 -
YUV 92.47 162.17 238.22 -
System Red Green Blue C M Y K H S L
Decimal 247 2 153 0 0.99 0.38 0.03 323.02 0.98 0.49
Hex F7 2 99 0 63 26 3 143 62 31
Octal 367 2 231 0 143 46 3 503 142 61
Binary 11110111 10 10011001 0 1100011 100110 11 101000011 1100010 110001

Color Harmonies of #F70299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70299

Black with #F70299

Text Example


Text Example

White with #F70299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70299; }

 p { color: rgb(247,2,153); }

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

background-color css

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

 a { background-color: rgb(247,2,153); }

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

border-color css

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

 span { border-color: rgb(247,2,153); }

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