Html Css Color HEX #FD397A Violet Red

📋 copy color: '#FD397A'

red 253 ◦ green 57 ◦ blue 122

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

Shades of Violet Red #FD397A

Tints of Violet Red #FD397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.19%

 BLUE value IS 122 (48.05% from 255) = 28.24%

R = 58.56%
G = 13.19%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD397A (or 0xFD397A) is known color: Violet Red. HEX triplet: FD, 39 and 7A. RGB value is (253,57,122). Sum of RGB (Red+Green+Blue) = 253+57+122=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD397A is #02C685. Grayscale: #7A7A7A. Windows color (decimal): -181894 or 8010237. OLE color: 8010237.

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

Color convert

RGB 253 57 122 -
CMYK 0 0.77 0.52 0.01
HSL 340.1º 0.98% 0.61% -
HSV(B) 340.1º 0.77% 0.99% -
XYZ 45.48 25.21 20.88 -
YUV 123.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 253 57 122 0 0.77 0.52 0.01 340.1 0.98 0.61
Hex FD 39 7A 0 4D 34 1 154 62 3D
Octal 375 71 172 0 115 64 1 524 142 75
Binary 11111101 111001 1111010 0 1001101 110100 1 101010100 1100010 111101

Color Harmonies of #FD397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD397A

Black with #FD397A

Text Example


Text Example

White with #FD397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD397A; }

 p { color: rgb(253,57,122); }

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

background-color css

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

 a { background-color: rgb(253,57,122); }

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

border-color css

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

 span { border-color: rgb(253,57,122); }

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