Html Css Color HEX #FA028E Deep Pink

📋 copy color: '#FA028E'

red 250 ◦ green 2 ◦ blue 142

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

Shades of Deep Pink #FA028E

Tints of Deep Pink #FA028E

RGB

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

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

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

R = 63.45%
G = 0.51%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA028E (or 0xFA028E) is known color: Deep Pink. HEX triplet: FA, 02 and 8E. RGB value is (250,2,142). Sum of RGB (Red+Green+Blue) = 250+2+142=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA028E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA028E is #05FD71. Grayscale: #5B5B5B. Windows color (decimal): -392562 or 9306874. OLE color: 9306874.

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

Color convert

RGB 250 2 142 -
CMYK 0 0.99 0.43 0.02
HSL 326.13º 0.98% 0.49% -
HSV(B) 326.13º 0.99% 0.98% -
XYZ 44.33 22.32 27.56 -
YUV 92.11 156.16 240.62 -
System Red Green Blue C M Y K H S L
Decimal 250 2 142 0 0.99 0.43 0.02 326.13 0.98 0.49
Hex FA 2 8E 0 63 2B 2 146 62 31
Octal 372 2 216 0 143 53 2 506 142 61
Binary 11111010 10 10001110 0 1100011 101011 10 101000110 1100010 110001

Color Harmonies of #FA028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA028E

Black with #FA028E

Text Example


Text Example

White with #FA028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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