Html Css Color HEX #FD397C Violet Red

📋 copy color: '#FD397C'

red 253 ◦ green 57 ◦ blue 124

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

Shades of Violet Red #FD397C

Tints of Violet Red #FD397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 58.29%
G = 13.13%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD397C (or 0xFD397C) is known color: Violet Red. HEX triplet: FD, 39 and 7C. RGB value is (253,57,124). Sum of RGB (Red+Green+Blue) = 253+57+124=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD397C is #02C683. Grayscale: #7B7B7B. Windows color (decimal): -181892 or 8141309. OLE color: 8141309.

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

Color convert

RGB 253 57 124 -
CMYK 0 0.77 0.51 0.01
HSL 339.49º 0.98% 0.61% -
HSV(B) 339.49º 0.77% 0.99% -
XYZ 45.61 25.26 21.54 -
YUV 123.24 128.43 220.55 -
System Red Green Blue C M Y K H S L
Decimal 253 57 124 0 0.77 0.51 0.01 339.49 0.98 0.61
Hex FD 39 7C 0 4D 33 1 153 62 3D
Octal 375 71 174 0 115 63 1 523 142 75
Binary 11111101 111001 1111100 0 1001101 110011 1 101010011 1100010 111101

Color Harmonies of #FD397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD397C

Black with #FD397C

Text Example


Text Example

White with #FD397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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