Html Css Color HEX #FD4082 Violet Red

📋 copy color: '#FD4082'

red 253 ◦ green 64 ◦ blue 130

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

Shades of Violet Red #FD4082

Tints of Violet Red #FD4082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.32%

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 56.6%
G = 14.32%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD4082 (or 0xFD4082) is known color: Violet Red. HEX triplet: FD, 40 and 82. RGB value is (253,64,130). Sum of RGB (Red+Green+Blue) = 253+64+130=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4082 is #02BF7D. Grayscale: #7F7F7F. Windows color (decimal): -180094 or 8536317. OLE color: 8536317.

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

Color convert

RGB 253 64 130 -
CMYK 0 0.75 0.49 0.01
HSL 339.05º 0.98% 0.62% -
HSV(B) 339.05º 0.75% 0.99% -
XYZ 46.37 26.16 23.72 -
YUV 128.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 253 64 130 0 0.75 0.49 0.01 339.05 0.98 0.62
Hex FD 40 82 0 4B 31 1 153 62 3E
Octal 375 100 202 0 113 61 1 523 142 76
Binary 11111101 1000000 10000010 0 1001011 110001 1 101010011 1100010 111110

Color Harmonies of #FD4082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4082

Black with #FD4082

Text Example


Text Example

White with #FD4082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4082; }

 p { color: rgb(253,64,130); }

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

background-color css

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

 a { background-color: rgb(253,64,130); }

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

border-color css

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

 span { border-color: rgb(253,64,130); }

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