Html Css Color HEX #F81AAF Spicy Pink

📋 copy color: '#F81AAF'

red 248 ◦ green 26 ◦ blue 175

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

Shades of Spicy Pink #F81AAF

Tints of Spicy Pink #F81AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.79%

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 55.23%
G = 5.79%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F81AAF (or 0xF81AAF) is known color: Spicy Pink. HEX triplet: F8, 1A and AF. RGB value is (248,26,175). Sum of RGB (Red+Green+Blue) = 248+26+175=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81AAF is #07E550. Grayscale: #6C6C6C. Windows color (decimal): -517457 or 11475704. OLE color: 11475704.

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

Color convert

RGB 248 26 175 -
CMYK 0 0.90 0.29 0.03
HSL 319.73º 0.94% 0.54% -
HSV(B) 319.73º 0.9% 0.97% -
XYZ 46.82 23.79 42.68 -
YUV 109.36 165.05 226.88 -
System Red Green Blue C M Y K H S L
Decimal 248 26 175 0 0.90 0.29 0.03 319.73 0.94 0.54
Hex F8 1A AF 0 5A 1D 3 140 5E 36
Octal 370 32 257 0 132 35 3 500 136 66
Binary 11111000 11010 10101111 0 1011010 11101 11 101000000 1011110 110110

Color Harmonies of #F81AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AAF

Black with #F81AAF

Text Example


Text Example

White with #F81AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AAF; }

 p { color: rgb(248,26,175); }

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

background-color css

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

 a { background-color: rgb(248,26,175); }

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

border-color css

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

 span { border-color: rgb(248,26,175); }

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