#ff1f93

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

Shades of Deep Pink #FF1F93

Tints of Deep Pink #FF1F93

Color information

#FF1F93 (or 0xFF1F93) is unknown color: approx Deep Pink. HEX triplet: FF, 1F and 93. RGB value is (255,31,147). Sum of RGB (Red+Green+Blue) = 255+31+147=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F93 is #00E06C. Grayscale: #6E6E6E. Windows color (decimal): -57453 or 9641983. OLE color: 9641983.

HSL color Cylindrical-coordinate representation of color #FF1F93: hue angle of 328.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F93 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB25531147-
CMYK00.880.420
HSL328.93º100%56.08%-
HSV(B)328.93º87.84%100%-
XYZ4724.3529.83-
YUV111.2148.21230.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 31 (12.5% from 255) = 7.16%
BLUE value IS 147 (57.81% from 255) = 33.95%
R=58.89%
G=7.16%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553114700.880.420328.9310056.08
HexFF1F930582A01496438
Octal37737223013052051114470
Binary1111111111111100100110101100010101001010010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1f93; }

 p { color: rgb(255,31,147); }

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

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

 a { background-color: rgb(255,31,147); }

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

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

 span { border-color: rgb(255,31,147); }

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