Html Css Color HEX #FD148D Deep Pink

📋 copy color: '#FD148D'

red 253 ◦ green 20 ◦ blue 141

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

Shades of Deep Pink #FD148D

Tints of Deep Pink #FD148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 61.11%
G = 4.83%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD148D (or 0xFD148D) is known color: Deep Pink. HEX triplet: FD, 14 and 8D. RGB value is (253,20,141). Sum of RGB (Red+Green+Blue) = 253+20+141=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD148D is #02EB72. Grayscale: #676767. Windows color (decimal): -191347 or 9245949. OLE color: 9245949.

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

Color convert

RGB 253 20 141 -
CMYK 0 0.92 0.44 0.01
HSL 328.84º 0.98% 0.54% -
HSV(B) 328.84º 0.92% 0.99% -
XYZ 45.57 23.31 27.3 -
YUV 103.46 149.19 234.66 -
System Red Green Blue C M Y K H S L
Decimal 253 20 141 0 0.92 0.44 0.01 328.84 0.98 0.54
Hex FD 14 8D 0 5C 2C 1 149 62 36
Octal 375 24 215 0 134 54 1 511 142 66
Binary 11111101 10100 10001101 0 1011100 101100 1 101001001 1100010 110110

Color Harmonies of #FD148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD148D

Black with #FD148D

Text Example


Text Example

White with #FD148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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