Html Css Color HEX #F81681 Deep Pink

📋 copy color: '#F81681'

red 248 ◦ green 22 ◦ blue 129

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

Shades of Deep Pink #F81681

Tints of Deep Pink #F81681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 62.16%
G = 5.51%
B = 32.33%

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

#F81681 (or 0xF81681) is known color: Deep Pink. HEX triplet: F8, 16 and 81. RGB value is (248,22,129). Sum of RGB (Red+Green+Blue) = 248+22+129=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F81681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81681 is #07E97E. Grayscale: #656565. Windows color (decimal): -518527 or 8460024. OLE color: 8460024.

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

Color convert

RGB 248 22 129 -
CMYK 0 0.91 0.48 0.03
HSL 331.59º 0.94% 0.53% -
HSV(B) 331.59º 0.91% 0.97% -
XYZ 42.96 22.12 22.77 -
YUV 101.77 143.37 232.3 -
System Red Green Blue C M Y K H S L
Decimal 248 22 129 0 0.91 0.48 0.03 331.59 0.94 0.53
Hex F8 16 81 0 5B 30 3 14C 5E 35
Octal 370 26 201 0 133 60 3 514 136 65
Binary 11111000 10110 10000001 0 1011011 110000 11 101001100 1011110 110101

Color Harmonies of #F81681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81681

Black with #F81681

Text Example


Text Example

White with #F81681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81681; }

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

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

background-color css

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

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

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

border-color css

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

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

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