Html Css Color HEX #F8079D Hollywood Cerise

📋 copy color: '#F8079D'

red 248 ◦ green 7 ◦ blue 157

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

Shades of Hollywood Cerise #F8079D

Tints of Hollywood Cerise #F8079D

RGB

 RED value IS 248 (97.27% from 255) = 60.19%

 GREEN value IS 7 (3.13% from 255) = 1.7%

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 60.19%
G = 1.7%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8079D (or 0xF8079D) is known color: Hollywood Cerise. HEX triplet: F8, 07 and 9D. RGB value is (248,7,157). Sum of RGB (Red+Green+Blue) = 248+7+157=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8079D is #07F862. Grayscale: #5F5F5F. Windows color (decimal): -522339 or 10291192. OLE color: 10291192.

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

Color convert

RGB 248 7 157 -
CMYK 0 0.97 0.37 0.03
HSL 322.66º 0.95% 0.5% -
HSV(B) 322.66º 0.97% 0.97% -
XYZ 44.87 22.54 33.88 -
YUV 96.16 162.34 236.3 -
System Red Green Blue C M Y K H S L
Decimal 248 7 157 0 0.97 0.37 0.03 322.66 0.95 0.5
Hex F8 7 9D 0 61 25 3 143 5F 32
Octal 370 7 235 0 141 45 3 503 137 62
Binary 11111000 111 10011101 0 1100001 100101 11 101000011 1011111 110010

Color Harmonies of #F8079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8079D

Black with #F8079D

Text Example


Text Example

White with #F8079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8079D; }

 p { color: rgb(248,7,157); }

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

background-color css

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

 a { background-color: rgb(248,7,157); }

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

border-color css

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

 span { border-color: rgb(248,7,157); }

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