Html Css Color HEX #FD1194 Deep Pink

📋 copy color: '#FD1194'

red 253 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #FD1194

Tints of Deep Pink #FD1194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 60.53%
G = 4.07%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD1194 (or 0xFD1194) is known color: Deep Pink. HEX triplet: FD, 11 and 94. RGB value is (253,17,148). Sum of RGB (Red+Green+Blue) = 253+17+148=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1194 is #02EE6B. Grayscale: #666666. Windows color (decimal): -192108 or 9703933. OLE color: 9703933.

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

Color convert

RGB 253 17 148 -
CMYK 0 0.93 0.42 0.01
HSL 326.69º 0.98% 0.53% -
HSV(B) 326.69º 0.93% 0.99% -
XYZ 46.05 23.42 30.11 -
YUV 102.5 153.69 235.35 -
System Red Green Blue C M Y K H S L
Decimal 253 17 148 0 0.93 0.42 0.01 326.69 0.98 0.53
Hex FD 11 94 0 5D 2A 1 147 62 35
Octal 375 21 224 0 135 52 1 507 142 65
Binary 11111101 10001 10010100 0 1011101 101010 1 101000111 1100010 110101

Color Harmonies of #FD1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1194

Black with #FD1194

Text Example


Text Example

White with #FD1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1194; }

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

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

background-color css

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

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

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

border-color css

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

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

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