Html Css Color HEX #FD398B Violet Red

📋 copy color: '#FD398B'

red 253 ◦ green 57 ◦ blue 139

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

Shades of Violet Red #FD398B

Tints of Violet Red #FD398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 56.35%
G = 12.69%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD398B (or 0xFD398B) is known color: Violet Red. HEX triplet: FD, 39 and 8B. RGB value is (253,57,139). Sum of RGB (Red+Green+Blue) = 253+57+139=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD398B is #02C674. Grayscale: #7C7C7C. Windows color (decimal): -181877 or 9124349. OLE color: 9124349.

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

Color convert

RGB 253 57 139 -
CMYK 0 0.77 0.45 0.01
HSL 334.9º 0.98% 0.61% -
HSV(B) 334.9º 0.77% 0.99% -
XYZ 46.63 25.67 26.92 -
YUV 124.95 135.93 219.33 -
System Red Green Blue C M Y K H S L
Decimal 253 57 139 0 0.77 0.45 0.01 334.9 0.98 0.61
Hex FD 39 8B 0 4D 2D 1 14F 62 3D
Octal 375 71 213 0 115 55 1 517 142 75
Binary 11111101 111001 10001011 0 1001101 101101 1 101001111 1100010 111101

Color Harmonies of #FD398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD398B

Black with #FD398B

Text Example


Text Example

White with #FD398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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