Html Css Color HEX #FD1895 Deep Pink

📋 copy color: '#FD1895'

red 253 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #FD1895

Tints of Deep Pink #FD1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.63%

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 59.39%
G = 5.63%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD1895 (or 0xFD1895) is known color: Deep Pink. HEX triplet: FD, 18 and 95. RGB value is (253,24,149). Sum of RGB (Red+Green+Blue) = 253+24+149=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1895 is #02E76A. Grayscale: #6A6A6A. Windows color (decimal): -190315 or 9771261. OLE color: 9771261.

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

Color convert

RGB 253 24 149 -
CMYK 0 0.91 0.41 0.01
HSL 327.25º 0.98% 0.54% -
HSV(B) 327.25º 0.91% 0.99% -
XYZ 46.26 23.71 30.57 -
YUV 106.72 151.87 232.34 -
System Red Green Blue C M Y K H S L
Decimal 253 24 149 0 0.91 0.41 0.01 327.25 0.98 0.54
Hex FD 18 95 0 5B 29 1 147 62 36
Octal 375 30 225 0 133 51 1 507 142 66
Binary 11111101 11000 10010101 0 1011011 101001 1 101000111 1100010 110110

Color Harmonies of #FD1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1895

Black with #FD1895

Text Example


Text Example

White with #FD1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1895; }

 p { color: rgb(253,24,149); }

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

background-color css

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

 a { background-color: rgb(253,24,149); }

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

border-color css

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

 span { border-color: rgb(253,24,149); }

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