Html Css Color HEX #FD148B Deep Pink

📋 copy color: '#FD148B'

red 253 ◦ green 20 ◦ blue 139

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

Shades of Deep Pink #FD148B

Tints of Deep Pink #FD148B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 61.41%
G = 4.85%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD148B (or 0xFD148B) is known color: Deep Pink. HEX triplet: FD, 14 and 8B. RGB value is (253,20,139). Sum of RGB (Red+Green+Blue) = 253+20+139=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD148B is #02EB74. Grayscale: #666666. Windows color (decimal): -191349 or 9114877. OLE color: 9114877.

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

Color convert

RGB 253 20 139 -
CMYK 0 0.92 0.45 0.01
HSL 329.36º 0.98% 0.54% -
HSV(B) 329.36º 0.92% 0.99% -
XYZ 45.42 23.25 26.52 -
YUV 103.23 148.19 234.82 -
System Red Green Blue C M Y K H S L
Decimal 253 20 139 0 0.92 0.45 0.01 329.36 0.98 0.54
Hex FD 14 8B 0 5C 2D 1 149 62 36
Octal 375 24 213 0 134 55 1 511 142 66
Binary 11111101 10100 10001011 0 1011100 101101 1 101001001 1100010 110110

Color Harmonies of #FD148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD148B

Black with #FD148B

Text Example


Text Example

White with #FD148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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