Html Css Color HEX #F70293 Hollywood Cerise

📋 copy color: '#F70293'

red 247 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #F70293

Tints of Hollywood Cerise #F70293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 62.37%
G = 0.51%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F70293 (or 0xF70293) is known color: Hollywood Cerise. HEX triplet: F7, 02 and 93. RGB value is (247,2,147). Sum of RGB (Red+Green+Blue) = 247+2+147=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F70293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70293 is #08FD6C. Grayscale: #5B5B5B. Windows color (decimal): -589165 or 9634551. OLE color: 9634551.

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

Color convert

RGB 247 2 147 -
CMYK 0 0.99 0.40 0.03
HSL 324.49º 0.98% 0.49% -
HSV(B) 324.49º 0.99% 0.97% -
XYZ 43.65 21.92 29.54 -
YUV 91.79 159.17 238.71 -
System Red Green Blue C M Y K H S L
Decimal 247 2 147 0 0.99 0.40 0.03 324.49 0.98 0.49
Hex F7 2 93 0 63 28 3 144 62 31
Octal 367 2 223 0 143 50 3 504 142 61
Binary 11110111 10 10010011 0 1100011 101000 11 101000100 1100010 110001

Color Harmonies of #F70293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70293

Black with #F70293

Text Example


Text Example

White with #F70293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70293; }

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

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

background-color css

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

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

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

border-color css

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

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

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