Html Css Color HEX #FD4690 Violet Red

📋 copy color: '#FD4690'

red 253 ◦ green 70 ◦ blue 144

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

Shades of Violet Red #FD4690

Tints of Violet Red #FD4690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.99%

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

R = 54.18%
G = 14.99%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD4690 (or 0xFD4690) is known color: Violet Red. HEX triplet: FD, 46 and 90. RGB value is (253,70,144). Sum of RGB (Red+Green+Blue) = 253+70+144=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4690 is #02B96F. Grayscale: #858585. Windows color (decimal): -178544 or 9455357. OLE color: 9455357.

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

Color convert

RGB 253 70 144 -
CMYK 0 0.72 0.43 0.01
HSL 335.74º 0.98% 0.63% -
HSV(B) 335.74º 0.72% 0.99% -
XYZ 47.73 27.28 29.13 -
YUV 133.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 253 70 144 0 0.72 0.43 0.01 335.74 0.98 0.63
Hex FD 46 90 0 48 2B 1 150 62 3F
Octal 375 106 220 0 110 53 1 520 142 77
Binary 11111101 1000110 10010000 0 1001000 101011 1 101010000 1100010 111111

Color Harmonies of #FD4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4690

Black with #FD4690

Text Example


Text Example

White with #FD4690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4690; }

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

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

background-color css

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

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

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

border-color css

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

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

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