Html Css Color HEX #FD1894 Deep Pink

📋 copy color: '#FD1894'

red 253 ◦ green 24 ◦ blue 148

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

Shades of Deep Pink #FD1894

Tints of Deep Pink #FD1894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 59.53%
G = 5.65%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD1894 (or 0xFD1894) is known color: Deep Pink. HEX triplet: FD, 18 and 94. RGB value is (253,24,148). Sum of RGB (Red+Green+Blue) = 253+24+148=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1894 is #02E76B. Grayscale: #6A6A6A. Windows color (decimal): -190316 or 9705725. OLE color: 9705725.

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

Color convert

RGB 253 24 148 -
CMYK 0 0.91 0.42 0.01
HSL 327.51º 0.98% 0.54% -
HSV(B) 327.51º 0.91% 0.99% -
XYZ 46.18 23.67 30.15 -
YUV 106.61 151.37 232.42 -
System Red Green Blue C M Y K H S L
Decimal 253 24 148 0 0.91 0.42 0.01 327.51 0.98 0.54
Hex FD 18 94 0 5B 2A 1 148 62 36
Octal 375 30 224 0 133 52 1 510 142 66
Binary 11111101 11000 10010100 0 1011011 101010 1 101001000 1100010 110110

Color Harmonies of #FD1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1894

Black with #FD1894

Text Example


Text Example

White with #FD1894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1894; }

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

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

background-color css

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

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

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

border-color css

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

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

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