#F81FB2

Color #F81FB2 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #F81FB2

Tints of Spicy Pink #F81FB2

Color information

#F81FB2 (or 0xF81FB2) is unknown color: approx Spicy Pink. HEX triplet: F8, 1F and B2. RGB value is (248,31,178). Sum of RGB (Red+Green+Blue) = 248+31+178=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81FB2 is #07E04D. Grayscale: #707070. Windows color (decimal): -516174 or 11673592. OLE color: 11673592.

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

Color convert

RGB24831178-
CMYK00.880.280.03
HSL319.35º93.94%54.71%-
HSV(B)319.35º87.5%97.25%-
XYZ47.2424.1544.29-
YUV112.64164.89224.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.27%
GREEN value IS 31 (12.5% from 255) = 6.78%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=54.27%
G=6.78%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483117800.880.280.03319.3593.9454.71
HexF81FB20581C313f5e37
Octal37037262013034347713667
Binary1111100011111101100100101100011100111001111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81FB2; }

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

 H1.HeaderClassName
 {
   color: #F81FB2;
 }
 .AnyTagClassName
 {
   color: #F81FB2;
 }
</style>
background-color css

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

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

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

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

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

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