Html Css Color HEX #F81680 Deep Pink

📋 copy color: '#F81680'

red 248 ◦ green 22 ◦ blue 128

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

Shades of Deep Pink #F81680

Tints of Deep Pink #F81680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.53%

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 62.31%
G = 5.53%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F81680 (or 0xF81680) is known color: Deep Pink. HEX triplet: F8, 16 and 80. RGB value is (248,22,128). Sum of RGB (Red+Green+Blue) = 248+22+128=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F81680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81680 is #07E97F. Grayscale: #656565. Windows color (decimal): -518528 or 8394488. OLE color: 8394488.

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

Color convert

RGB 248 22 128 -
CMYK 0 0.91 0.48 0.03
HSL 331.86º 0.94% 0.53% -
HSV(B) 331.86º 0.91% 0.97% -
XYZ 42.89 22.09 22.42 -
YUV 101.66 142.87 232.38 -
System Red Green Blue C M Y K H S L
Decimal 248 22 128 0 0.91 0.48 0.03 331.86 0.94 0.53
Hex F8 16 80 0 5B 30 3 14C 5E 35
Octal 370 26 200 0 133 60 3 514 136 65
Binary 11111000 10110 10000000 0 1011011 110000 11 101001100 1011110 110101

Color Harmonies of #F81680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81680

Black with #F81680

Text Example


Text Example

White with #F81680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81680; }

 p { color: rgb(248,22,128); }

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

background-color css

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

 a { background-color: rgb(248,22,128); }

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

border-color css

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

 span { border-color: rgb(248,22,128); }

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