Html Css Color HEX #FD4495 Violet Red

📋 copy color: '#FD4495'

red 253 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #FD4495

Tints of Violet Red #FD4495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 53.83%
G = 14.47%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD4495 (or 0xFD4495) is known color: Violet Red. HEX triplet: FD, 44 and 95. RGB value is (253,68,149). Sum of RGB (Red+Green+Blue) = 253+68+149=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4495 is #02BB6A. Grayscale: #848484. Windows color (decimal): -179051 or 9782525. OLE color: 9782525.

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

Color convert

RGB 253 68 149 -
CMYK 0 0.73 0.41 0.01
HSL 333.73º 0.98% 0.63% -
HSV(B) 333.73º 0.73% 0.99% -
XYZ 48 27.19 31.15 -
YUV 132.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 253 68 149 0 0.73 0.41 0.01 333.73 0.98 0.63
Hex FD 44 95 0 49 29 1 14E 62 3F
Octal 375 104 225 0 111 51 1 516 142 77
Binary 11111101 1000100 10010101 0 1001001 101001 1 101001110 1100010 111111

Color Harmonies of #FD4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4495

Black with #FD4495

Text Example


Text Example

White with #FD4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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