Html Css Color HEX #FD1892 Deep Pink

📋 copy color: '#FD1892'

red 253 ◦ green 24 ◦ blue 146

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

Shades of Deep Pink #FD1892

Tints of Deep Pink #FD1892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 59.81%
G = 5.67%
B = 34.52%

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

#FD1892 (or 0xFD1892) is known color: Deep Pink. HEX triplet: FD, 18 and 92. RGB value is (253,24,146). Sum of RGB (Red+Green+Blue) = 253+24+146=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1892 is #02E76D. Grayscale: #6A6A6A. Windows color (decimal): -190318 or 9574653. OLE color: 9574653.

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

Color convert

RGB 253 24 146 -
CMYK 0 0.91 0.42 0.01
HSL 328.03º 0.98% 0.54% -
HSV(B) 328.03º 0.91% 0.99% -
XYZ 46.02 23.61 29.33 -
YUV 106.38 150.37 232.58 -
System Red Green Blue C M Y K H S L
Decimal 253 24 146 0 0.91 0.42 0.01 328.03 0.98 0.54
Hex FD 18 92 0 5B 2A 1 148 62 36
Octal 375 30 222 0 133 52 1 510 142 66
Binary 11111101 11000 10010010 0 1011011 101010 1 101001000 1100010 110110

Color Harmonies of #FD1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1892

Black with #FD1892

Text Example


Text Example

White with #FD1892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1892; }

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

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

background-color css

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

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

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

border-color css

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

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

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