Html Css Color HEX #FA129E Deep Pink

📋 copy color: '#FA129E'

red 250 ◦ green 18 ◦ blue 158

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

Shades of Deep Pink #FA129E

Tints of Deep Pink #FA129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 58.69%
G = 4.23%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA129E (or 0xFA129E) is known color: Deep Pink. HEX triplet: FA, 12 and 9E. RGB value is (250,18,158). Sum of RGB (Red+Green+Blue) = 250+18+158=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA129E is #05ED61. Grayscale: #676767. Windows color (decimal): -388450 or 10359546. OLE color: 10359546.

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

Color convert

RGB 250 18 158 -
CMYK 0 0.93 0.37 0.02
HSL 323.79º 0.96% 0.53% -
HSV(B) 323.79º 0.93% 0.98% -
XYZ 45.81 23.23 34.42 -
YUV 103.33 158.86 232.62 -
System Red Green Blue C M Y K H S L
Decimal 250 18 158 0 0.93 0.37 0.02 323.79 0.96 0.53
Hex FA 12 9E 0 5D 25 2 144 60 35
Octal 372 22 236 0 135 45 2 504 140 65
Binary 11111010 10010 10011110 0 1011101 100101 10 101000100 1100000 110101

Color Harmonies of #FA129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA129E

Black with #FA129E

Text Example


Text Example

White with #FA129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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