Html Css Color HEX #FD4880 Violet Red

📋 copy color: '#FD4880'

red 253 ◦ green 72 ◦ blue 128

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

Shades of Violet Red #FD4880

Tints of Violet Red #FD4880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 55.85%
G = 15.89%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD4880 (or 0xFD4880) is known color: Violet Red. HEX triplet: FD, 48 and 80. RGB value is (253,72,128). Sum of RGB (Red+Green+Blue) = 253+72+128=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4880 is #02B77F. Grayscale: #848484. Windows color (decimal): -178048 or 8407293. OLE color: 8407293.

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

Color convert

RGB 253 72 128 -
CMYK 0 0.72 0.49 0.01
HSL 341.44º 0.98% 0.64% -
HSV(B) 341.44º 0.72% 0.99% -
XYZ 46.72 27.08 23.19 -
YUV 132.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 253 72 128 0 0.72 0.49 0.01 341.44 0.98 0.64
Hex FD 48 80 0 48 31 1 155 62 40
Octal 375 110 200 0 110 61 1 525 142 100
Binary 11111101 1001000 10000000 0 1001000 110001 1 101010101 1100010 1000000

Color Harmonies of #FD4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4880

Black with #FD4880

Text Example


Text Example

White with #FD4880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4880; }

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

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

background-color css

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

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

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

border-color css

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

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

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