Html Css Color HEX #FA028D Deep Pink

📋 copy color: '#FA028D'

red 250 ◦ green 2 ◦ blue 141

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

Shades of Deep Pink #FA028D

Tints of Deep Pink #FA028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 63.61%
G = 0.51%
B = 35.88%

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

#FA028D (or 0xFA028D) is known color: Deep Pink. HEX triplet: FA, 02 and 8D. RGB value is (250,2,141). Sum of RGB (Red+Green+Blue) = 250+2+141=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA028D is #05FD72. Grayscale: #5B5B5B. Windows color (decimal): -392563 or 9241338. OLE color: 9241338.

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

Color convert

RGB 250 2 141 -
CMYK 0 0.99 0.44 0.02
HSL 326.37º 0.98% 0.49% -
HSV(B) 326.37º 0.99% 0.98% -
XYZ 44.25 22.29 27.17 -
YUV 92 155.66 240.7 -
System Red Green Blue C M Y K H S L
Decimal 250 2 141 0 0.99 0.44 0.02 326.37 0.98 0.49
Hex FA 2 8D 0 63 2C 2 146 62 31
Octal 372 2 215 0 143 54 2 506 142 61
Binary 11111010 10 10001101 0 1100011 101100 10 101000110 1100010 110001

Color Harmonies of #FA028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA028D

Black with #FA028D

Text Example


Text Example

White with #FA028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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