Html Css Color HEX #F80C8C Deep Pink

📋 copy color: '#F80C8C'

red 248 ◦ green 12 ◦ blue 140

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

Shades of Deep Pink #F80C8C

Tints of Deep Pink #F80C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 62%
G = 3%
B = 35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F80C8C (or 0xF80C8C) is known color: Deep Pink. HEX triplet: F8, 0C and 8C. RGB value is (248,12,140). Sum of RGB (Red+Green+Blue) = 248+12+140=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80C8C is #07F373. Grayscale: #606060. Windows color (decimal): -521076 or 9178360. OLE color: 9178360.

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

Color convert

RGB 248 12 140 -
CMYK 0 0.95 0.44 0.03
HSL 327.46º 0.94% 0.51% -
HSV(B) 327.46º 0.95% 0.97% -
XYZ 43.58 22.11 26.78 -
YUV 97.16 152.19 235.59 -
System Red Green Blue C M Y K H S L
Decimal 248 12 140 0 0.95 0.44 0.03 327.46 0.94 0.51
Hex F8 C 8C 0 5F 2C 3 147 5E 33
Octal 370 14 214 0 137 54 3 507 136 63
Binary 11111000 1100 10001100 0 1011111 101100 11 101000111 1011110 110011

Color Harmonies of #F80C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C8C

Black with #F80C8C

Text Example


Text Example

White with #F80C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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