Html Css Color HEX #FD397F Violet Red

📋 copy color: '#FD397F'

red 253 ◦ green 57 ◦ blue 127

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

Shades of Violet Red #FD397F

Tints of Violet Red #FD397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.06%

R = 57.89%
G = 13.04%
B = 29.06%

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

#FD397F (or 0xFD397F) is known color: Violet Red. HEX triplet: FD, 39 and 7F. RGB value is (253,57,127). Sum of RGB (Red+Green+Blue) = 253+57+127=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD397F is #02C680. Grayscale: #7B7B7B. Windows color (decimal): -181889 or 8337917. OLE color: 8337917.

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

Color convert

RGB 253 57 127 -
CMYK 0 0.77 0.50 0.01
HSL 338.57º 0.98% 0.61% -
HSV(B) 338.57º 0.77% 0.99% -
XYZ 45.8 25.34 22.56 -
YUV 123.58 129.93 220.31 -
System Red Green Blue C M Y K H S L
Decimal 253 57 127 0 0.77 0.50 0.01 338.57 0.98 0.61
Hex FD 39 7F 0 4D 32 1 153 62 3D
Octal 375 71 177 0 115 62 1 523 142 75
Binary 11111101 111001 1111111 0 1001101 110010 1 101010011 1100010 111101

Color Harmonies of #FD397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD397F

Black with #FD397F

Text Example


Text Example

White with #FD397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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