Html Css Color HEX #F70394 Hollywood Cerise

📋 copy color: '#F70394'

red 247 ◦ green 3 ◦ blue 148

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

Shades of Hollywood Cerise #F70394

Tints of Hollywood Cerise #F70394

RGB

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

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

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

R = 62.06%
G = 0.75%
B = 37.19%

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

#F70394 (or 0xF70394) is known color: Hollywood Cerise. HEX triplet: F7, 03 and 94. RGB value is (247,3,148). Sum of RGB (Red+Green+Blue) = 247+3+148=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F70394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70394 is #08FC6B. Grayscale: #5C5C5C. Windows color (decimal): -588908 or 9700343. OLE color: 9700343.

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

Color convert

RGB 247 3 148 -
CMYK 0 0.99 0.40 0.03
HSL 324.34º 0.98% 0.49% -
HSV(B) 324.34º 0.99% 0.97% -
XYZ 43.74 21.98 29.95 -
YUV 92.49 159.34 238.21 -
System Red Green Blue C M Y K H S L
Decimal 247 3 148 0 0.99 0.40 0.03 324.34 0.98 0.49
Hex F7 3 94 0 63 28 3 144 62 31
Octal 367 3 224 0 143 50 3 504 142 61
Binary 11110111 11 10010100 0 1100011 101000 11 101000100 1100010 110001

Color Harmonies of #F70394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70394

Black with #F70394

Text Example


Text Example

White with #F70394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70394; }

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

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

background-color css

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

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

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

border-color css

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

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

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