Html Css Color HEX #F80C7D Deep Pink

📋 copy color: '#F80C7D'

red 248 ◦ green 12 ◦ blue 125

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

Shades of Deep Pink #F80C7D

Tints of Deep Pink #F80C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.12%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 64.42%
G = 3.12%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F80C7D (or 0xF80C7D) is known color: Deep Pink. HEX triplet: F8, 0C and 7D. RGB value is (248,12,125). Sum of RGB (Red+Green+Blue) = 248+12+125=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C7D is #07F382. Grayscale: #5F5F5F. Windows color (decimal): -521091 or 8195320. OLE color: 8195320.

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

Color convert

RGB 248 12 125 -
CMYK 0 0.95 0.50 0.03
HSL 331.27º 0.94% 0.51% -
HSV(B) 331.27º 0.95% 0.97% -
XYZ 42.54 21.7 21.35 -
YUV 95.45 144.69 236.81 -
System Red Green Blue C M Y K H S L
Decimal 248 12 125 0 0.95 0.50 0.03 331.27 0.94 0.51
Hex F8 C 7D 0 5F 32 3 14B 5E 33
Octal 370 14 175 0 137 62 3 513 136 63
Binary 11111000 1100 1111101 0 1011111 110010 11 101001011 1011110 110011

Color Harmonies of #F80C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C7D

Black with #F80C7D

Text Example


Text Example

White with #F80C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C7D; }

 p { color: rgb(248,12,125); }

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

background-color css

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

 a { background-color: rgb(248,12,125); }

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

border-color css

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

 span { border-color: rgb(248,12,125); }

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