Html Css Color HEX #FD197C Deep Pink

📋 copy color: '#FD197C'

red 253 ◦ green 25 ◦ blue 124

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

Shades of Deep Pink #FD197C

Tints of Deep Pink #FD197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 62.94%
G = 6.22%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD197C (or 0xFD197C) is known color: Deep Pink. HEX triplet: FD, 19 and 7C. RGB value is (253,25,124). Sum of RGB (Red+Green+Blue) = 253+25+124=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD197C is #02E683. Grayscale: #686868. Windows color (decimal): -190084 or 8133117. OLE color: 8133117.

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

Color convert

RGB 253 25 124 -
CMYK 0 0.90 0.51 0.01
HSL 333.95º 0.98% 0.55% -
HSV(B) 333.95º 0.9% 0.99% -
XYZ 44.49 23.03 21.17 -
YUV 104.46 139.04 233.95 -
System Red Green Blue C M Y K H S L
Decimal 253 25 124 0 0.90 0.51 0.01 333.95 0.98 0.55
Hex FD 19 7C 0 5A 33 1 14E 62 37
Octal 375 31 174 0 132 63 1 516 142 67
Binary 11111101 11001 1111100 0 1011010 110011 1 101001110 1100010 110111

Color Harmonies of #FD197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD197C

Black with #FD197C

Text Example


Text Example

White with #FD197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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