Html Css Color HEX #FD447D Violet Red

📋 copy color: '#FD447D'

red 253 ◦ green 68 ◦ blue 125

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

Shades of Violet Red #FD447D

Tints of Violet Red #FD447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.25%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 56.73%
G = 15.25%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD447D (or 0xFD447D) is known color: Violet Red. HEX triplet: FD, 44 and 7D. RGB value is (253,68,125). Sum of RGB (Red+Green+Blue) = 253+68+125=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD447D is #02BB82. Grayscale: #818181. Windows color (decimal): -179075 or 8209661. OLE color: 8209661.

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

Color convert

RGB 253 68 125 -
CMYK 0 0.73 0.51 0.01
HSL 341.51º 0.98% 0.63% -
HSV(B) 341.51º 0.73% 0.99% -
XYZ 46.28 26.5 22.08 -
YUV 129.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 253 68 125 0 0.73 0.51 0.01 341.51 0.98 0.63
Hex FD 44 7D 0 49 33 1 156 62 3F
Octal 375 104 175 0 111 63 1 526 142 77
Binary 11111101 1000100 1111101 0 1001001 110011 1 101010110 1100010 111111

Color Harmonies of #FD447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD447D

Black with #FD447D

Text Example


Text Example

White with #FD447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD447D; }

 p { color: rgb(253,68,125); }

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

background-color css

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

 a { background-color: rgb(253,68,125); }

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

border-color css

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

 span { border-color: rgb(253,68,125); }

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