Html Css Color HEX #FF027C Deep Pink

📋 copy color: '#FF027C'

red 255 ◦ green 2 ◦ blue 124

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

Shades of Deep Pink #FF027C

Tints of Deep Pink #FF027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 66.93%
G = 0.52%
B = 32.55%

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

#FF027C (or 0xFF027C) is known color: Deep Pink. HEX triplet: FF, 02 and 7C. RGB value is (255,2,124). Sum of RGB (Red+Green+Blue) = 255+2+124=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF027C is #00FD83. Grayscale: #5B5B5B. Windows color (decimal): -64900 or 8127231. OLE color: 8127231.

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

Color convert

RGB 255 2 124 -
CMYK 0 0.99 0.51 0
HSL 331.07º 1% 0.5% -
HSV(B) 331.07º 0.99% 1% -
XYZ 44.9 22.76 21.1 -
YUV 91.56 146.32 244.58 -
System Red Green Blue C M Y K H S L
Decimal 255 2 124 0 0.99 0.51 0 331.07 1 0.5
Hex FF 2 7C 0 63 33 0 14B 64 32
Octal 377 2 174 0 143 63 0 513 144 62
Binary 11111111 10 1111100 0 1100011 110011 0 101001011 1100100 110010

Color Harmonies of #FF027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF027C

Black with #FF027C

Text Example


Text Example

White with #FF027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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