Html Css Color HEX #FD0995 Deep Pink

📋 copy color: '#FD0995'

red 253 ◦ green 9 ◦ blue 149

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

Shades of Deep Pink #FD0995

Tints of Deep Pink #FD0995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.19%

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

R = 61.56%
G = 2.19%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD0995 (or 0xFD0995) is known color: Deep Pink. HEX triplet: FD, 09 and 95. RGB value is (253,9,149). Sum of RGB (Red+Green+Blue) = 253+9+149=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0995 is #02F66A. Grayscale: #616161. Windows color (decimal): -194155 or 9767421. OLE color: 9767421.

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

Color convert

RGB 253 9 149 -
CMYK 0 0.96 0.41 0.01
HSL 325.57º 0.98% 0.51% -
HSV(B) 325.57º 0.96% 0.99% -
XYZ 46.03 23.25 30.5 -
YUV 97.92 156.84 238.62 -
System Red Green Blue C M Y K H S L
Decimal 253 9 149 0 0.96 0.41 0.01 325.57 0.98 0.51
Hex FD 9 95 0 60 29 1 146 62 33
Octal 375 11 225 0 140 51 1 506 142 63
Binary 11111101 1001 10010101 0 1100000 101001 1 101000110 1100010 110011

Color Harmonies of #FD0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0995

Black with #FD0995

Text Example


Text Example

White with #FD0995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0995; }

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

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

background-color css

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

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

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

border-color css

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

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

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