#f81a90

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

Shades of Deep Pink #F81A90

Tints of Deep Pink #F81A90

Color information

#F81A90 (or 0xF81A90) is unknown color: approx Deep Pink. HEX triplet: F8, 1A and 90. RGB value is (248,26,144). Sum of RGB (Red+Green+Blue) = 248+26+144=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81A90 is #07E56F. Grayscale: #696969. Windows color (decimal): -517488 or 9444088. OLE color: 9444088.

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

Color convert

RGB24826144-
CMYK00.900.420.03
HSL328.11º94.07%53.73%-
HSV(B)328.11º89.52%97.25%-
XYZ44.1122.7128.44-
YUV105.83149.55229.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.33%
GREEN value IS 26 (10.55% from 255) = 6.22%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=59.33%
G=6.22%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482614400.900.420.03328.1194.0753.73
HexF81A9005A2A31485e36
Octal37032220013252351013666
Binary11111000110101001000001011010101010111010010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f81a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f81a90; }

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

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

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

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

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

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

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

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