Html Css Color HEX #FD4590 Violet Red

📋 copy color: '#FD4590'

red 253 ◦ green 69 ◦ blue 144

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

Shades of Violet Red #FD4590

Tints of Violet Red #FD4590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 54.29%
G = 14.81%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD4590 (or 0xFD4590) is known color: Violet Red. HEX triplet: FD, 45 and 90. RGB value is (253,69,144). Sum of RGB (Red+Green+Blue) = 253+69+144=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4590 is #02BA6F. Grayscale: #848484. Windows color (decimal): -178800 or 9455101. OLE color: 9455101.

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

Color convert

RGB 253 69 144 -
CMYK 0 0.73 0.43 0.01
HSL 335.54º 0.98% 0.63% -
HSV(B) 335.54º 0.73% 0.99% -
XYZ 47.67 27.15 29.11 -
YUV 132.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 253 69 144 0 0.73 0.43 0.01 335.54 0.98 0.63
Hex FD 45 90 0 49 2B 1 150 62 3F
Octal 375 105 220 0 111 53 1 520 142 77
Binary 11111101 1000101 10010000 0 1001001 101011 1 101010000 1100010 111111

Color Harmonies of #FD4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4590

Black with #FD4590

Text Example


Text Example

White with #FD4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4590; }

 p { color: rgb(253,69,144); }

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

background-color css

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

 a { background-color: rgb(253,69,144); }

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

border-color css

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

 span { border-color: rgb(253,69,144); }

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