Html Css Color HEX #FF028A Deep Pink

📋 copy color: '#FF028A'

red 255 ◦ green 2 ◦ blue 138

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

Shades of Deep Pink #FF028A

Tints of Deep Pink #FF028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 64.56%
G = 0.51%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF028A (or 0xFF028A) is known color: Deep Pink. HEX triplet: FF, 02 and 8A. RGB value is (255,2,138). Sum of RGB (Red+Green+Blue) = 255+2+138=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF028A is #00FD75. Grayscale: #5C5C5C. Windows color (decimal): -64886 or 9044735. OLE color: 9044735.

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

Color convert

RGB 255 2 138 -
CMYK 0 0.99 0.46 0
HSL 327.75º 1% 0.5% -
HSV(B) 327.75º 0.99% 1% -
XYZ 45.85 23.14 26.09 -
YUV 93.15 153.32 243.44 -
System Red Green Blue C M Y K H S L
Decimal 255 2 138 0 0.99 0.46 0 327.75 1 0.5
Hex FF 2 8A 0 63 2E 0 148 64 32
Octal 377 2 212 0 143 56 0 510 144 62
Binary 11111111 10 10001010 0 1100011 101110 0 101001000 1100100 110010

Color Harmonies of #FF028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF028A

Black with #FF028A

Text Example


Text Example

White with #FF028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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