Html Css Color HEX #FF027D Deep Pink

📋 copy color: '#FF027D'

red 255 ◦ green 2 ◦ blue 125

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

Shades of Deep Pink #FF027D

Tints of Deep Pink #FF027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 66.75%
G = 0.52%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF027D (or 0xFF027D) is known color: Deep Pink. HEX triplet: FF, 02 and 7D. RGB value is (255,2,125). Sum of RGB (Red+Green+Blue) = 255+2+125=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF027D is #00FD82. Grayscale: #5B5B5B. Windows color (decimal): -64899 or 8192767. OLE color: 8192767.

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

Color convert

RGB 255 2 125 -
CMYK 0 0.99 0.51 0
HSL 330.83º 1% 0.5% -
HSV(B) 330.83º 0.99% 1% -
XYZ 44.96 22.78 21.43 -
YUV 91.67 146.82 244.5 -
System Red Green Blue C M Y K H S L
Decimal 255 2 125 0 0.99 0.51 0 330.83 1 0.5
Hex FF 2 7D 0 63 33 0 14B 64 32
Octal 377 2 175 0 143 63 0 513 144 62
Binary 11111111 10 1111101 0 1100011 110011 0 101001011 1100100 110010

Color Harmonies of #FF027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF027D

Black with #FF027D

Text Example


Text Example

White with #FF027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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