Html Css Color HEX #FD027F Deep Pink

📋 copy color: '#FD027F'

red 253 ◦ green 2 ◦ blue 127

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

Shades of Deep Pink #FD027F

Tints of Deep Pink #FD027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 66.23%
G = 0.52%
B = 33.25%

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

#FD027F (or 0xFD027F) is known color: Deep Pink. HEX triplet: FD, 02 and 7F. RGB value is (253,2,127). Sum of RGB (Red+Green+Blue) = 253+2+127=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD027F is #02FD80. Grayscale: #5B5B5B. Windows color (decimal): -195969 or 8323837. OLE color: 8323837.

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

Color convert

RGB 253 2 127 -
CMYK 0 0.99 0.50 0.01
HSL 330.12º 0.98% 0.5% -
HSV(B) 330.12º 0.99% 0.99% -
XYZ 44.36 22.46 22.08 -
YUV 91.3 148.16 243.34 -
System Red Green Blue C M Y K H S L
Decimal 253 2 127 0 0.99 0.50 0.01 330.12 0.98 0.5
Hex FD 2 7F 0 63 32 1 14A 62 32
Octal 375 2 177 0 143 62 1 512 142 62
Binary 11111101 10 1111111 0 1100011 110010 1 101001010 1100010 110010

Color Harmonies of #FD027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD027F

Black with #FD027F

Text Example


Text Example

White with #FD027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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