#FA1274

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

Shades of Deep Pink #FA1274

Tints of Deep Pink #FA1274

Color information

#FA1274 (or 0xFA1274) is unknown color: approx Deep Pink. HEX triplet: FA, 12 and 74. RGB value is (250,18,116). Sum of RGB (Red+Green+Blue) = 250+18+116=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1274 is #05ED8B. Grayscale: #626262. Windows color (decimal): -388492 or 7607034. OLE color: 7607034.

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

Color convert

RGB25018116-
CMYK00.930.540.02
HSL334.66º95.87%52.55%-
HSV(B)334.66º92.8%98.04%-
XYZ42.7922.0218.52-
YUV98.54137.86236.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.10%
GREEN value IS 18 (7.42% from 255) = 4.69%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=65.10%
G=4.69%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501811600.930.540.02334.6695.8752.55
HexFA127405D36214f6035
Octal37222164013566251714065
Binary1111101010010111010001011101110110101010011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1274; }

 p { color: rgb(250,18,116); }

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

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

 a { background-color: rgb(250,18,116); }

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

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

 span { border-color: rgb(250,18,116); }

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