Html Css Color HEX #FD0895 Deep Pink

📋 copy color: '#FD0895'

red 253 ◦ green 8 ◦ blue 149

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

Shades of Deep Pink #FD0895

Tints of Deep Pink #FD0895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.95%

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

R = 61.71%
G = 1.95%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD0895 (or 0xFD0895) is known color: Deep Pink. HEX triplet: FD, 08 and 95. RGB value is (253,8,149). Sum of RGB (Red+Green+Blue) = 253+8+149=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0895 is #02F76A. Grayscale: #616161. Windows color (decimal): -194411 or 9767165. OLE color: 9767165.

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

Color convert

RGB 253 8 149 -
CMYK 0 0.97 0.41 0.01
HSL 325.47º 0.98% 0.51% -
HSV(B) 325.47º 0.97% 0.99% -
XYZ 46.02 23.23 30.49 -
YUV 97.33 157.17 239.04 -
System Red Green Blue C M Y K H S L
Decimal 253 8 149 0 0.97 0.41 0.01 325.47 0.98 0.51
Hex FD 8 95 0 61 29 1 145 62 33
Octal 375 10 225 0 141 51 1 505 142 63
Binary 11111101 1000 10010101 0 1100001 101001 1 101000101 1100010 110011

Color Harmonies of #FD0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0895

Black with #FD0895

Text Example


Text Example

White with #FD0895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0895; }

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

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

background-color css

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

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

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

border-color css

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

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

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