Html Css Color HEX #F70392 Hollywood Cerise

📋 copy color: '#F70392'

red 247 ◦ green 3 ◦ blue 146

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

Shades of Hollywood Cerise #F70392

Tints of Hollywood Cerise #F70392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 62.37%
G = 0.76%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F70392 (or 0xF70392) is known color: Hollywood Cerise. HEX triplet: F7, 03 and 92. RGB value is (247,3,146). Sum of RGB (Red+Green+Blue) = 247+3+146=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F70392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70392 is #08FC6D. Grayscale: #5B5B5B. Windows color (decimal): -588910 or 9569271. OLE color: 9569271.

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

Color convert

RGB 247 3 146 -
CMYK 0 0.99 0.41 0.03
HSL 324.84º 0.98% 0.49% -
HSV(B) 324.84º 0.99% 0.97% -
XYZ 43.58 21.91 29.13 -
YUV 92.26 158.34 238.37 -
System Red Green Blue C M Y K H S L
Decimal 247 3 146 0 0.99 0.41 0.03 324.84 0.98 0.49
Hex F7 3 92 0 63 29 3 145 62 31
Octal 367 3 222 0 143 51 3 505 142 61
Binary 11110111 11 10010010 0 1100011 101001 11 101000101 1100010 110001

Color Harmonies of #F70392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70392

Black with #F70392

Text Example


Text Example

White with #F70392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70392; }

 p { color: rgb(247,3,146); }

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

background-color css

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

 a { background-color: rgb(247,3,146); }

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

border-color css

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

 span { border-color: rgb(247,3,146); }

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