Html Css Color HEX #FD197E Deep Pink

📋 copy color: '#FD197E'

red 253 ◦ green 25 ◦ blue 126

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

Shades of Deep Pink #FD197E

Tints of Deep Pink #FD197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.19%

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 62.62%
G = 6.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD197E (or 0xFD197E) is known color: Deep Pink. HEX triplet: FD, 19 and 7E. RGB value is (253,25,126). Sum of RGB (Red+Green+Blue) = 253+25+126=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD197E is #02E681. Grayscale: #686868. Windows color (decimal): -190082 or 8264189. OLE color: 8264189.

HSL color Cylindrical-coordinate representation of color #FD197E: hue angle of 333.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD197E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 25 126 -
CMYK 0 0.90 0.50 0.01
HSL 333.42º 0.98% 0.55% -
HSV(B) 333.42º 0.9% 0.99% -
XYZ 44.62 23.08 21.84 -
YUV 104.69 140.04 233.79 -
System Red Green Blue C M Y K H S L
Decimal 253 25 126 0 0.90 0.50 0.01 333.42 0.98 0.55
Hex FD 19 7E 0 5A 32 1 14D 62 37
Octal 375 31 176 0 132 62 1 515 142 67
Binary 11111101 11001 1111110 0 1011010 110010 1 101001101 1100010 110111

Color Harmonies of #FD197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD197E

Black with #FD197E

Text Example


Text Example

White with #FD197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD197E; }

 p { color: rgb(253,25,126); }

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

background-color css

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

 a { background-color: rgb(253,25,126); }

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

border-color css

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

 span { border-color: rgb(253,25,126); }

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