Html Css Color HEX #FD148E Deep Pink

📋 copy color: '#FD148E'

red 253 ◦ green 20 ◦ blue 142

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

Shades of Deep Pink #FD148E

Tints of Deep Pink #FD148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 60.96%
G = 4.82%
B = 34.22%

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

#FD148E (or 0xFD148E) is known color: Deep Pink. HEX triplet: FD, 14 and 8E. RGB value is (253,20,142). Sum of RGB (Red+Green+Blue) = 253+20+142=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD148E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD148E is #02EB71. Grayscale: #676767. Windows color (decimal): -191346 or 9311485. OLE color: 9311485.

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

Color convert

RGB 253 20 142 -
CMYK 0 0.92 0.44 0.01
HSL 328.58º 0.98% 0.54% -
HSV(B) 328.58º 0.92% 0.99% -
XYZ 45.64 23.34 27.69 -
YUV 103.58 149.69 234.58 -
System Red Green Blue C M Y K H S L
Decimal 253 20 142 0 0.92 0.44 0.01 328.58 0.98 0.54
Hex FD 14 8E 0 5C 2C 1 149 62 36
Octal 375 24 216 0 134 54 1 511 142 66
Binary 11111101 10100 10001110 0 1011100 101100 1 101001001 1100010 110110

Color Harmonies of #FD148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD148E

Black with #FD148E

Text Example


Text Example

White with #FD148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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