Html Css Color HEX #FD0994 Deep Pink

📋 copy color: '#FD0994'

red 253 ◦ green 9 ◦ blue 148

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

Shades of Deep Pink #FD0994

Tints of Deep Pink #FD0994

RGB

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

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

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

R = 61.71%
G = 2.2%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD0994 (or 0xFD0994) is known color: Deep Pink. HEX triplet: FD, 09 and 94. RGB value is (253,9,148). Sum of RGB (Red+Green+Blue) = 253+9+148=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0994 is #02F66B. Grayscale: #616161. Windows color (decimal): -194156 or 9701885. OLE color: 9701885.

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

Color convert

RGB 253 9 148 -
CMYK 0 0.96 0.42 0.01
HSL 325.82º 0.98% 0.51% -
HSV(B) 325.82º 0.96% 0.99% -
XYZ 45.95 23.22 30.08 -
YUV 97.8 156.34 238.7 -
System Red Green Blue C M Y K H S L
Decimal 253 9 148 0 0.96 0.42 0.01 325.82 0.98 0.51
Hex FD 9 94 0 60 2A 1 146 62 33
Octal 375 11 224 0 140 52 1 506 142 63
Binary 11111101 1001 10010100 0 1100000 101010 1 101000110 1100010 110011

Color Harmonies of #FD0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0994

Black with #FD0994

Text Example


Text Example

White with #FD0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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