Html Css Color HEX #F81FAA Spicy Pink

📋 copy color: '#F81FAA'

red 248 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #F81FAA

Tints of Spicy Pink #F81FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.9%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 55.23%
G = 6.9%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F81FAA (or 0xF81FAA) is known color: Spicy Pink. HEX triplet: F8, 1F and AA. RGB value is (248,31,170). Sum of RGB (Red+Green+Blue) = 248+31+170=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81FAA is #07E055. Grayscale: #6F6F6F. Windows color (decimal): -516182 or 11149304. OLE color: 11149304.

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

Color convert

RGB 248 31 170 -
CMYK 0 0.88 0.31 0.03
HSL 321.57º 0.94% 0.55% -
HSV(B) 321.57º 0.88% 0.97% -
XYZ 46.46 23.84 40.18 -
YUV 111.73 160.89 225.2 -
System Red Green Blue C M Y K H S L
Decimal 248 31 170 0 0.88 0.31 0.03 321.57 0.94 0.55
Hex F8 1F AA 0 58 1F 3 142 5E 37
Octal 370 37 252 0 130 37 3 502 136 67
Binary 11111000 11111 10101010 0 1011000 11111 11 101000010 1011110 110111

Color Harmonies of #F81FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FAA

Black with #F81FAA

Text Example


Text Example

White with #F81FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FAA; }

 p { color: rgb(248,31,170); }

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

background-color css

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

 a { background-color: rgb(248,31,170); }

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

border-color css

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

 span { border-color: rgb(248,31,170); }

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