Html Css Color HEX #F70195 Hollywood Cerise

📋 copy color: '#F70195'

red 247 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #F70195

Tints of Hollywood Cerise #F70195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 62.22%
G = 0.25%
B = 37.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F70195 (or 0xF70195) is known color: Hollywood Cerise. HEX triplet: F7, 01 and 95. RGB value is (247,1,149). Sum of RGB (Red+Green+Blue) = 247+1+149=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F70195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70195 is #08FE6A. Grayscale: #5B5B5B. Windows color (decimal): -589419 or 9765367. OLE color: 9765367.

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

Color convert

RGB 247 1 149 -
CMYK 0 1.00 0.40 0.03
HSL 323.9º 0.99% 0.49% -
HSV(B) 323.9º 1% 0.97% -
XYZ 43.79 21.97 30.37 -
YUV 91.43 160.5 238.97 -
System Red Green Blue C M Y K H S L
Decimal 247 1 149 0 1.00 0.40 0.03 323.9 0.99 0.49
Hex F7 1 95 0 64 28 3 144 63 31
Octal 367 1 225 0 144 50 3 504 143 61
Binary 11110111 1 10010101 0 1100100 101000 11 101000100 1100011 110001

Color Harmonies of #F70195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70195

Black with #F70195

Text Example


Text Example

White with #F70195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70195; }

 p { color: rgb(247,1,149); }

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

background-color css

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

 a { background-color: rgb(247,1,149); }

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

border-color css

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

 span { border-color: rgb(247,1,149); }

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