Html Css Color HEX #F70491 Hollywood Cerise

📋 copy color: '#F70491'

red 247 ◦ green 4 ◦ blue 145

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

Shades of Hollywood Cerise #F70491

Tints of Hollywood Cerise #F70491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 62.37%
G = 1.01%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F70491 (or 0xF70491) is known color: Hollywood Cerise. HEX triplet: F7, 04 and 91. RGB value is (247,4,145). Sum of RGB (Red+Green+Blue) = 247+4+145=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F70491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70491 is #08FB6E. Grayscale: #5C5C5C. Windows color (decimal): -588655 or 9503991. OLE color: 9503991.

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

Color convert

RGB 247 4 145 -
CMYK 0 0.98 0.41 0.03
HSL 325.19º 0.97% 0.49% -
HSV(B) 325.19º 0.98% 0.97% -
XYZ 43.51 21.91 28.72 -
YUV 92.73 157.51 238.04 -
System Red Green Blue C M Y K H S L
Decimal 247 4 145 0 0.98 0.41 0.03 325.19 0.97 0.49
Hex F7 4 91 0 62 29 3 145 61 31
Octal 367 4 221 0 142 51 3 505 141 61
Binary 11110111 100 10010001 0 1100010 101001 11 101000101 1100001 110001

Color Harmonies of #F70491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70491

Black with #F70491

Text Example


Text Example

White with #F70491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70491; }

 p { color: rgb(247,4,145); }

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

background-color css

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

 a { background-color: rgb(247,4,145); }

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

border-color css

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

 span { border-color: rgb(247,4,145); }

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