Html Css Color HEX #F70094 Hollywood Cerise

📋 copy color: '#F70094'

red 247 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #F70094

Tints of Hollywood Cerise #F70094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 62.53%
G = 0%
B = 37.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F70094 (or 0xF70094) is known color: Hollywood Cerise. HEX triplet: F7, 00 and 94. RGB value is (247,0,148). Sum of RGB (Red+Green+Blue) = 247+0+148=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F70094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70094 is #08FF6B. Grayscale: #5A5A5A. Windows color (decimal): -589676 or 9699575. OLE color: 9699575.

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

Color convert

RGB 247 0 148 -
CMYK 0 1 0.40 0.03
HSL 324.05º 1% 0.48% -
HSV(B) 324.05º 1% 0.97% -
XYZ 43.7 21.91 29.94 -
YUV 90.73 160.33 239.47 -
System Red Green Blue C M Y K H S L
Decimal 247 0 148 0 1 0.40 0.03 324.05 1 0.48
Hex F7 0 94 0 64 28 3 144 64 30
Octal 367 0 224 0 144 50 3 504 144 60
Binary 11110111 0 10010100 0 1100100 101000 11 101000100 1100100 110000

Color Harmonies of #F70094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70094

Black with #F70094

Text Example


Text Example

White with #F70094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70094; }

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

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

background-color css

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

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

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

border-color css

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

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

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