Html Css Color HEX #FD4895 Violet Red

📋 copy color: '#FD4895'

red 253 ◦ green 72 ◦ blue 149

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

Shades of Violet Red #FD4895

Tints of Violet Red #FD4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.19%

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

R = 53.38%
G = 15.19%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD4895 (or 0xFD4895) is known color: Violet Red. HEX triplet: FD, 48 and 95. RGB value is (253,72,149). Sum of RGB (Red+Green+Blue) = 253+72+149=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4895 is #02B76A. Grayscale: #868686. Windows color (decimal): -178027 or 9783549. OLE color: 9783549.

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

Color convert

RGB 253 72 149 -
CMYK 0 0.72 0.41 0.01
HSL 334.48º 0.98% 0.64% -
HSV(B) 334.48º 0.72% 0.99% -
XYZ 48.25 27.69 31.23 -
YUV 134.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 253 72 149 0 0.72 0.41 0.01 334.48 0.98 0.64
Hex FD 48 95 0 48 29 1 14E 62 40
Octal 375 110 225 0 110 51 1 516 142 100
Binary 11111101 1001000 10010101 0 1001000 101001 1 101001110 1100010 1000000

Color Harmonies of #FD4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4895

Black with #FD4895

Text Example


Text Example

White with #FD4895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4895; }

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

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

background-color css

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

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

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

border-color css

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

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

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