#f81fc7

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

Shades of Shocking Pink #F81FC7

Tints of Shocking Pink #F81FC7

Color information

#F81FC7 (or 0xF81FC7) is unknown color: approx Shocking Pink. HEX triplet: F8, 1F and C7. RGB value is (248,31,199). Sum of RGB (Red+Green+Blue) = 248+31+199=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FC7 is #07E038. Grayscale: #727272. Windows color (decimal): -516153 or 13049848. OLE color: 13049848.

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

Color convert

RGB24831199-
CMYK00.880.200.03
HSL313.55º93.94%54.71%-
HSV(B)313.55º87.5%97.25%-
XYZ49.5125.0656.26-
YUV115.04175.39222.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.88%
GREEN value IS 31 (12.5% from 255) = 6.49%
BLUE value IS 199 (78.12% from 255) = 41.63%
R=51.88%
G=6.49%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483119900.880.200.03313.5593.9454.71
HexF81FC705814313a5e37
Octal37037307013024347213667
Binary1111100011111110001110101100010100111001110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f81fc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f81fc7; }

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

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

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

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

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

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

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

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