Html Css Color HEX #FD4389 Violet Red

📋 copy color: '#FD4389'

red 253 ◦ green 67 ◦ blue 137

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

Shades of Violet Red #FD4389

Tints of Violet Red #FD4389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 55.36%
G = 14.66%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD4389 (or 0xFD4389) is known color: Violet Red. HEX triplet: FD, 43 and 89. RGB value is (253,67,137). Sum of RGB (Red+Green+Blue) = 253+67+137=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4389 is #02BC76. Grayscale: #828282. Windows color (decimal): -179319 or 8995837. OLE color: 8995837.

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

Color convert

RGB 253 67 137 -
CMYK 0 0.74 0.46 0.01
HSL 337.42º 0.98% 0.63% -
HSV(B) 337.42º 0.74% 0.99% -
XYZ 47.03 26.7 26.34 -
YUV 130.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 253 67 137 0 0.74 0.46 0.01 337.42 0.98 0.63
Hex FD 43 89 0 4A 2E 1 151 62 3F
Octal 375 103 211 0 112 56 1 521 142 77
Binary 11111101 1000011 10001001 0 1001010 101110 1 101010001 1100010 111111

Color Harmonies of #FD4389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4389

Black with #FD4389

Text Example


Text Example

White with #FD4389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4389; }

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

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

background-color css

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

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

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

border-color css

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

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

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