Html Css Color HEX #FD027E Deep Pink

📋 copy color: '#FD027E'

red 253 ◦ green 2 ◦ blue 126

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

Shades of Deep Pink #FD027E

Tints of Deep Pink #FD027E

RGB

 RED value IS 253 (99.22% from 255) = 66.4%

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 66.4%
G = 0.52%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD027E (or 0xFD027E) is known color: Deep Pink. HEX triplet: FD, 02 and 7E. RGB value is (253,2,126). Sum of RGB (Red+Green+Blue) = 253+2+126=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD027E is #02FD81. Grayscale: #5A5A5A. Windows color (decimal): -195970 or 8258301. OLE color: 8258301.

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

Color convert

RGB 253 2 126 -
CMYK 0 0.99 0.50 0.01
HSL 330.36º 0.98% 0.5% -
HSV(B) 330.36º 0.99% 0.99% -
XYZ 44.3 22.43 21.73 -
YUV 91.19 147.66 243.42 -
System Red Green Blue C M Y K H S L
Decimal 253 2 126 0 0.99 0.50 0.01 330.36 0.98 0.5
Hex FD 2 7E 0 63 32 1 14A 62 32
Octal 375 2 176 0 143 62 1 512 142 62
Binary 11111101 10 1111110 0 1100011 110010 1 101001010 1100010 110010

Color Harmonies of #FD027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD027E

Black with #FD027E

Text Example


Text Example

White with #FD027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD027E; }

 p { color: rgb(253,2,126); }

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

background-color css

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

 a { background-color: rgb(253,2,126); }

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

border-color css

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

 span { border-color: rgb(253,2,126); }

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