#FF1875

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

Shades of Deep Pink #FF1875

Tints of Deep Pink #FF1875

Color information

#FF1875 (or 0xFF1875) is unknown color: approx Deep Pink. HEX triplet: FF, 18 and 75. RGB value is (255,24,117). Sum of RGB (Red+Green+Blue) = 255+24+117=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1875 is #00E78A. Grayscale: #676767. Windows color (decimal): -59275 or 7674111. OLE color: 7674111.

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

Color convert

RGB25524117-
CMYK00.910.540
HSL335.84º100%54.71%-
HSV(B)335.84º90.59%100%-
XYZ44.7823.218.95-
YUV103.67135.53235.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.39%
GREEN value IS 24 (9.77% from 255) = 6.06%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=64.39%
G=6.06%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552411700.910.540335.8410054.71
HexFF187505B3601506437
Octal37730165013366052014467
Binary111111111100011101010101101111011001010100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1875; }

 p { color: rgb(255,24,117); }

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

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

 a { background-color: rgb(255,24,117); }

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

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

 span { border-color: rgb(255,24,117); }

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