Html Css Color HEX #FD397E Violet Red

📋 copy color: '#FD397E'

red 253 ◦ green 57 ◦ blue 126

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

Shades of Violet Red #FD397E

Tints of Violet Red #FD397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 58.03%
G = 13.07%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD397E (or 0xFD397E) is known color: Violet Red. HEX triplet: FD, 39 and 7E. RGB value is (253,57,126). Sum of RGB (Red+Green+Blue) = 253+57+126=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD397E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD397E is #02C681. Grayscale: #7B7B7B. Windows color (decimal): -181890 or 8272381. OLE color: 8272381.

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

Color convert

RGB 253 57 126 -
CMYK 0 0.77 0.50 0.01
HSL 338.88º 0.98% 0.61% -
HSV(B) 338.88º 0.77% 0.99% -
XYZ 45.74 25.32 22.21 -
YUV 123.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 253 57 126 0 0.77 0.50 0.01 338.88 0.98 0.61
Hex FD 39 7E 0 4D 32 1 153 62 3D
Octal 375 71 176 0 115 62 1 523 142 75
Binary 11111101 111001 1111110 0 1001101 110010 1 101010011 1100010 111101

Color Harmonies of #FD397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD397E

Black with #FD397E

Text Example


Text Example

White with #FD397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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