Html Css Color HEX #FD4483 Violet Red

📋 copy color: '#FD4483'

red 253 ◦ green 68 ◦ blue 131

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

Shades of Violet Red #FD4483

Tints of Violet Red #FD4483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.98%

R = 55.97%
G = 15.04%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD4483 (or 0xFD4483) is known color: Violet Red. HEX triplet: FD, 44 and 83. RGB value is (253,68,131). Sum of RGB (Red+Green+Blue) = 253+68+131=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4483 is #02BB7C. Grayscale: #828282. Windows color (decimal): -179069 or 8602877. OLE color: 8602877.

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

Color convert

RGB 253 68 131 -
CMYK 0 0.73 0.48 0.01
HSL 339.57º 0.98% 0.63% -
HSV(B) 339.57º 0.73% 0.99% -
XYZ 46.67 26.66 24.16 -
YUV 130.5 128.29 215.38 -
System Red Green Blue C M Y K H S L
Decimal 253 68 131 0 0.73 0.48 0.01 339.57 0.98 0.63
Hex FD 44 83 0 49 30 1 154 62 3F
Octal 375 104 203 0 111 60 1 524 142 77
Binary 11111101 1000100 10000011 0 1001001 110000 1 101010100 1100010 111111

Color Harmonies of #FD4483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4483

Black with #FD4483

Text Example


Text Example

White with #FD4483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4483; }

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

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

background-color css

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

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

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

border-color css

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

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

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