Html Css Color HEX #F81DA6 Spicy Pink

📋 copy color: '#F81DA6'

red 248 ◦ green 29 ◦ blue 166

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

Shades of Spicy Pink #F81DA6

Tints of Spicy Pink #F81DA6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.55%

 BLUE value IS 166 (65.23% from 255) = 37.47%

R = 55.98%
G = 6.55%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F81DA6 (or 0xF81DA6) is known color: Spicy Pink. HEX triplet: F8, 1D and A6. RGB value is (248,29,166). Sum of RGB (Red+Green+Blue) = 248+29+166=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81DA6 is #07E259. Grayscale: #6D6D6D. Windows color (decimal): -516698 or 10886648. OLE color: 10886648.

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

Color convert

RGB 248 29 166 -
CMYK 0 0.88 0.33 0.03
HSL 322.47º 0.94% 0.54% -
HSV(B) 322.47º 0.88% 0.97% -
XYZ 46.03 23.59 38.2 -
YUV 110.1 159.55 226.36 -
System Red Green Blue C M Y K H S L
Decimal 248 29 166 0 0.88 0.33 0.03 322.47 0.94 0.54
Hex F8 1D A6 0 58 21 3 142 5E 36
Octal 370 35 246 0 130 41 3 502 136 66
Binary 11111000 11101 10100110 0 1011000 100001 11 101000010 1011110 110110

Color Harmonies of #F81DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81DA6

Black with #F81DA6

Text Example


Text Example

White with #F81DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81DA6; }

 p { color: rgb(248,29,166); }

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

background-color css

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

 a { background-color: rgb(248,29,166); }

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

border-color css

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

 span { border-color: rgb(248,29,166); }

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