Html Css Color HEX #FD147F Deep Pink

📋 copy color: '#FD147F'

red 253 ◦ green 20 ◦ blue 127

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

Shades of Deep Pink #FD147F

Tints of Deep Pink #FD147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

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

R = 63.25%
G = 5%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD147F (or 0xFD147F) is known color: Deep Pink. HEX triplet: FD, 14 and 7F. RGB value is (253,20,127). Sum of RGB (Red+Green+Blue) = 253+20+127=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD147F is #02EB80. Grayscale: #656565. Windows color (decimal): -191361 or 8328445. OLE color: 8328445.

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

Color convert

RGB 253 20 127 -
CMYK 0 0.92 0.50 0.01
HSL 332.45º 0.98% 0.54% -
HSV(B) 332.45º 0.92% 0.99% -
XYZ 44.59 22.92 22.15 -
YUV 101.87 142.19 235.8 -
System Red Green Blue C M Y K H S L
Decimal 253 20 127 0 0.92 0.50 0.01 332.45 0.98 0.54
Hex FD 14 7F 0 5C 32 1 14C 62 36
Octal 375 24 177 0 134 62 1 514 142 66
Binary 11111101 10100 1111111 0 1011100 110010 1 101001100 1100010 110110

Color Harmonies of #FD147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD147F

Black with #FD147F

Text Example


Text Example

White with #FD147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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