Html Css Color HEX #FA128F Deep Pink

📋 copy color: '#FA128F'

red 250 ◦ green 18 ◦ blue 143

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

Shades of Deep Pink #FA128F

Tints of Deep Pink #FA128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 60.83%
G = 4.38%
B = 34.79%

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

#FA128F (or 0xFA128F) is known color: Deep Pink. HEX triplet: FA, 12 and 8F. RGB value is (250,18,143). Sum of RGB (Red+Green+Blue) = 250+18+143=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA128F is #05ED70. Grayscale: #656565. Windows color (decimal): -388465 or 9376506. OLE color: 9376506.

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

Color convert

RGB 250 18 143 -
CMYK 0 0.93 0.43 0.02
HSL 327.67º 0.96% 0.53% -
HSV(B) 327.67º 0.93% 0.98% -
XYZ 44.6 22.74 28.03 -
YUV 101.62 151.36 233.84 -
System Red Green Blue C M Y K H S L
Decimal 250 18 143 0 0.93 0.43 0.02 327.67 0.96 0.53
Hex FA 12 8F 0 5D 2B 2 148 60 35
Octal 372 22 217 0 135 53 2 510 140 65
Binary 11111010 10010 10001111 0 1011101 101011 10 101001000 1100000 110101

Color Harmonies of #FA128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA128F

Black with #FA128F

Text Example


Text Example

White with #FA128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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