Html Css Color HEX #FD4683 Violet Red

📋 copy color: '#FD4683'

red 253 ◦ green 70 ◦ blue 131

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

Shades of Violet Red #FD4683

Tints of Violet Red #FD4683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.42%

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

R = 55.73%
G = 15.42%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD4683 (or 0xFD4683) is known color: Violet Red. HEX triplet: FD, 46 and 83. RGB value is (253,70,131). Sum of RGB (Red+Green+Blue) = 253+70+131=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4683 is #02B97C. Grayscale: #838383. Windows color (decimal): -178557 or 8603389. OLE color: 8603389.

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

Color convert

RGB 253 70 131 -
CMYK 0 0.72 0.48 0.01
HSL 340º 0.98% 0.63% -
HSV(B) 340º 0.72% 0.99% -
XYZ 46.79 26.9 24.2 -
YUV 131.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 253 70 131 0 0.72 0.48 0.01 340 0.98 0.63
Hex FD 46 83 0 48 30 1 154 62 3F
Octal 375 106 203 0 110 60 1 524 142 77
Binary 11111101 1000110 10000011 0 1001000 110000 1 101010100 1100010 111111

Color Harmonies of #FD4683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4683

Black with #FD4683

Text Example


Text Example

White with #FD4683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4683; }

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

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

background-color css

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

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

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

border-color css

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

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

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