Html Css Color HEX #FD3082 Violet Red

📋 copy color: '#FD3082'

red 253 ◦ green 48 ◦ blue 130

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

Shades of Violet Red #FD3082

Tints of Violet Red #FD3082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.14%

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

R = 58.7%
G = 11.14%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD3082 (or 0xFD3082) is known color: Violet Red. HEX triplet: FD, 30 and 82. RGB value is (253,48,130). Sum of RGB (Red+Green+Blue) = 253+48+130=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3082 is #02CF7D. Grayscale: #767676. Windows color (decimal): -184190 or 8532221. OLE color: 8532221.

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

Color convert

RGB 253 48 130 -
CMYK 0 0.81 0.49 0.01
HSL 336º 0.98% 0.59% -
HSV(B) 336º 0.81% 0.99% -
XYZ 45.59 24.61 23.47 -
YUV 118.64 134.42 223.83 -
System Red Green Blue C M Y K H S L
Decimal 253 48 130 0 0.81 0.49 0.01 336 0.98 0.59
Hex FD 30 82 0 51 31 1 150 62 3B
Octal 375 60 202 0 121 61 1 520 142 73
Binary 11111101 110000 10000010 0 1010001 110001 1 101010000 1100010 111011

Color Harmonies of #FD3082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3082

Black with #FD3082

Text Example


Text Example

White with #FD3082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3082; }

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

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

background-color css

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

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

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

border-color css

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

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

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