Html Css Color HEX #FA129B Deep Pink

📋 copy color: '#FA129B'

red 250 ◦ green 18 ◦ blue 155

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

Shades of Deep Pink #FA129B

Tints of Deep Pink #FA129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 59.1%
G = 4.26%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA129B (or 0xFA129B) is known color: Deep Pink. HEX triplet: FA, 12 and 9B. RGB value is (250,18,155). Sum of RGB (Red+Green+Blue) = 250+18+155=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA129B is #05ED64. Grayscale: #666666. Windows color (decimal): -388453 or 10162938. OLE color: 10162938.

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

Color convert

RGB 250 18 155 -
CMYK 0 0.93 0.38 0.02
HSL 324.57º 0.96% 0.53% -
HSV(B) 324.57º 0.93% 0.98% -
XYZ 45.56 23.12 33.07 -
YUV 102.99 157.36 232.86 -
System Red Green Blue C M Y K H S L
Decimal 250 18 155 0 0.93 0.38 0.02 324.57 0.96 0.53
Hex FA 12 9B 0 5D 26 2 145 60 35
Octal 372 22 233 0 135 46 2 505 140 65
Binary 11111010 10010 10011011 0 1011101 100110 10 101000101 1100000 110101

Color Harmonies of #FA129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA129B

Black with #FA129B

Text Example


Text Example

White with #FA129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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