Html Css Color HEX #FF028D Deep Pink

📋 copy color: '#FF028D'

red 255 ◦ green 2 ◦ blue 141

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

Shades of Deep Pink #FF028D

Tints of Deep Pink #FF028D

RGB

 RED value IS 255 (100% from 255) = 64.07%

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

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

R = 64.07%
G = 0.5%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF028D (or 0xFF028D) is known color: Deep Pink. HEX triplet: FF, 02 and 8D. RGB value is (255,2,141). Sum of RGB (Red+Green+Blue) = 255+2+141=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF028D is #00FD72. Grayscale: #5D5D5D. Windows color (decimal): -64883 or 9241343. OLE color: 9241343.

HSL color Cylindrical-coordinate representation of color #FF028D: hue angle of 327.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF028D is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 2 141 -
CMYK 0 0.99 0.45 0
HSL 327.04º 1% 0.5% -
HSV(B) 327.04º 0.99% 1% -
XYZ 46.07 23.23 27.25 -
YUV 93.49 154.82 243.2 -
System Red Green Blue C M Y K H S L
Decimal 255 2 141 0 0.99 0.45 0 327.04 1 0.5
Hex FF 2 8D 0 63 2D 0 147 64 32
Octal 377 2 215 0 143 55 0 507 144 62
Binary 11111111 10 10001101 0 1100011 101101 0 101000111 1100100 110010

Color Harmonies of #FF028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF028D

Black with #FF028D

Text Example


Text Example

White with #FF028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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