Html Css Color HEX #FA128E Deep Pink

📋 copy color: '#FA128E'

red 250 ◦ green 18 ◦ blue 142

#FA128E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FA128E

Tints of Deep Pink #FA128E

RGB

 RED value IS 250 (98.05% from 255) = 60.98%

 GREEN value IS 18 (7.42% from 255) = 4.39%

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 60.98%
G = 4.39%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA128E (or 0xFA128E) is known color: Deep Pink. HEX triplet: FA, 12 and 8E. RGB value is (250,18,142). Sum of RGB (Red+Green+Blue) = 250+18+142=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA128E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA128E is #05ED71. Grayscale: #656565. Windows color (decimal): -388466 or 9310970. OLE color: 9310970.

HSL color Cylindrical-coordinate representation of color #FA128E: hue angle of 327.93º 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 #FA128E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 18 142 -
CMYK 0 0.93 0.43 0.02
HSL 327.93º 0.96% 0.53% -
HSV(B) 327.93º 0.93% 0.98% -
XYZ 44.52 22.71 27.63 -
YUV 101.5 150.86 233.92 -
System Red Green Blue C M Y K H S L
Decimal 250 18 142 0 0.93 0.43 0.02 327.93 0.96 0.53
Hex FA 12 8E 0 5D 2B 2 148 60 35
Octal 372 22 216 0 135 53 2 510 140 65
Binary 11111010 10010 10001110 0 1011101 101011 10 101001000 1100000 110101

Color Harmonies of #FA128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA128E

Black with #FA128E

Text Example


Text Example

White with #FA128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA128E; }

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

 H1.HeaderClassName
 {
   color: #FA128E;
 }
 .AnyTagClassName
 {
   color: #FA128E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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