Html Css Color HEX #FA028C Deep Pink

📋 copy color: '#FA028C'

red 250 ◦ green 2 ◦ blue 140

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

Shades of Deep Pink #FA028C

Tints of Deep Pink #FA028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 63.78%
G = 0.51%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA028C (or 0xFA028C) is known color: Deep Pink. HEX triplet: FA, 02 and 8C. RGB value is (250,2,140). Sum of RGB (Red+Green+Blue) = 250+2+140=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA028C is #05FD73. Grayscale: #5B5B5B. Windows color (decimal): -392564 or 9175802. OLE color: 9175802.

HSL color Cylindrical-coordinate representation of color #FA028C: hue angle of 326.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA028C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 2 140 -
CMYK 0 0.99 0.44 0.02
HSL 326.61º 0.98% 0.49% -
HSV(B) 326.61º 0.99% 0.98% -
XYZ 44.18 22.26 26.78 -
YUV 91.88 155.16 240.78 -
System Red Green Blue C M Y K H S L
Decimal 250 2 140 0 0.99 0.44 0.02 326.61 0.98 0.49
Hex FA 2 8C 0 63 2C 2 147 62 31
Octal 372 2 214 0 143 54 2 507 142 61
Binary 11111010 10 10001100 0 1100011 101100 10 101000111 1100010 110001

Color Harmonies of #FA028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA028C

Black with #FA028C

Text Example


Text Example

White with #FA028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA028C; }

 p { color: rgb(250,2,140); }

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

background-color css

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

 a { background-color: rgb(250,2,140); }

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

border-color css

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

 span { border-color: rgb(250,2,140); }

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