Html Css Color HEX #F8078E Deep Pink

📋 copy color: '#F8078E'

red 248 ◦ green 7 ◦ blue 142

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

Shades of Deep Pink #F8078E

Tints of Deep Pink #F8078E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 62.47%
G = 1.76%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8078E (or 0xF8078E) is known color: Deep Pink. HEX triplet: F8, 07 and 8E. RGB value is (248,7,142). Sum of RGB (Red+Green+Blue) = 248+7+142=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F8078E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8078E is #07F871. Grayscale: #5E5E5E. Windows color (decimal): -522354 or 9308152. OLE color: 9308152.

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

Color convert

RGB 248 7 142 -
CMYK 0 0.97 0.43 0.03
HSL 326.39º 0.95% 0.5% -
HSV(B) 326.39º 0.97% 0.97% -
XYZ 43.67 22.06 27.55 -
YUV 94.45 154.84 237.52 -
System Red Green Blue C M Y K H S L
Decimal 248 7 142 0 0.97 0.43 0.03 326.39 0.95 0.5
Hex F8 7 8E 0 61 2B 3 146 5F 32
Octal 370 7 216 0 141 53 3 506 137 62
Binary 11111000 111 10001110 0 1100001 101011 11 101000110 1011111 110010

Color Harmonies of #F8078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8078E

Black with #F8078E

Text Example


Text Example

White with #F8078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8078E; }

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

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

background-color css

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

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

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

border-color css

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

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

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