Html Css Color HEX #F8077C Deep Pink

📋 copy color: '#F8077C'

red 248 ◦ green 7 ◦ blue 124

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

Shades of Deep Pink #F8077C

Tints of Deep Pink #F8077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 65.44%
G = 1.85%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8077C (or 0xF8077C) is known color: Deep Pink. HEX triplet: F8, 07 and 7C. RGB value is (248,7,124). Sum of RGB (Red+Green+Blue) = 248+7+124=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F8077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8077C is #07F883. Grayscale: #5C5C5C. Windows color (decimal): -522372 or 8128504. OLE color: 8128504.

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

Color convert

RGB 248 7 124 -
CMYK 0 0.97 0.5 0.03
HSL 330.87º 0.95% 0.5% -
HSV(B) 330.87º 0.97% 0.97% -
XYZ 42.43 21.56 20.99 -
YUV 92.4 145.84 238.99 -
System Red Green Blue C M Y K H S L
Decimal 248 7 124 0 0.97 0.5 0.03 330.87 0.95 0.5
Hex F8 7 7C 0 61 32 3 14B 5F 32
Octal 370 7 174 0 141 62 3 513 137 62
Binary 11111000 111 1111100 0 1100001 110010 11 101001011 1011111 110010

Color Harmonies of #F8077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8077C

Black with #F8077C

Text Example


Text Example

White with #F8077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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