Html Css Color HEX #FD4390 Violet Red

📋 copy color: '#FD4390'

red 253 ◦ green 67 ◦ blue 144

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

Shades of Violet Red #FD4390

Tints of Violet Red #FD4390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.44%

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

R = 54.53%
G = 14.44%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD4390 (or 0xFD4390) is known color: Violet Red. HEX triplet: FD, 43 and 90. RGB value is (253,67,144). Sum of RGB (Red+Green+Blue) = 253+67+144=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4390 is #02BC6F. Grayscale: #838383. Windows color (decimal): -179312 or 9454589. OLE color: 9454589.

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

Color convert

RGB 253 67 144 -
CMYK 0 0.74 0.43 0.01
HSL 335.16º 0.98% 0.63% -
HSV(B) 335.16º 0.74% 0.99% -
XYZ 47.55 26.91 29.07 -
YUV 131.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 253 67 144 0 0.74 0.43 0.01 335.16 0.98 0.63
Hex FD 43 90 0 4A 2B 1 14F 62 3F
Octal 375 103 220 0 112 53 1 517 142 77
Binary 11111101 1000011 10010000 0 1001010 101011 1 101001111 1100010 111111

Color Harmonies of #FD4390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4390

Black with #FD4390

Text Example


Text Example

White with #FD4390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4390; }

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

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

background-color css

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

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

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

border-color css

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

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

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