#F81CD0

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

Shades of Shocking Pink #F81CD0

Tints of Shocking Pink #F81CD0

Color information

#F81CD0 (or 0xF81CD0) is unknown color: approx Shocking Pink. HEX triplet: F8, 1C and D0. RGB value is (248,28,208). Sum of RGB (Red+Green+Blue) = 248+28+208=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CD0 is #07E32F. Grayscale: #717171. Windows color (decimal): -516912 or 13638904. OLE color: 13638904.

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

Color convert

RGB24828208-
CMYK00.890.160.03
HSL310.91º94.02%54.12%-
HSV(B)310.91º88.71%97.25%-
XYZ50.5125.3461.9-
YUV114.3180.89223.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.24%
GREEN value IS 28 (11.33% from 255) = 5.79%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=51.24%
G=5.79%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482820800.890.160.03310.9194.0254.12
HexF81CD00591031375e36
Octal37034320013120346713666
Binary1111100011100110100000101100110000111001101111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81CD0; }

 p { color: rgb(248,28,208); }

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

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

 a { background-color: rgb(248,28,208); }

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

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

 span { border-color: rgb(248,28,208); }

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