#FA0375

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

Shades of Deep Pink #FA0375

Tints of Deep Pink #FA0375

Color information

#FA0375 (or 0xFA0375) is unknown color: approx Deep Pink. HEX triplet: FA, 03 and 75. RGB value is (250,3,117). Sum of RGB (Red+Green+Blue) = 250+3+117=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0375 is #05FC8A. Grayscale: #595959. Windows color (decimal): -392331 or 7668730. OLE color: 7668730.

HSL color Cylindrical-coordinate representation of color #FA0375: hue angle of 332.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0375 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB2503117-
CMYK00.990.530.02
HSL332.31º97.63%49.61%-
HSV(B)332.31º98.8%98.04%-
XYZ42.6721.6718.76-
YUV89.85143.33242.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.57%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=67.57%
G=0.81%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250311700.990.530.02332.3197.6349.61
HexFA37506335214c6232
Octal3723165014365251414262
Binary1111101011111010101100011110101101010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0375; }

 p { color: rgb(250,3,117); }

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

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

 a { background-color: rgb(250,3,117); }

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

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

 span { border-color: rgb(250,3,117); }

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