Html Css Color HEX #FD398C Violet Red

📋 copy color: '#FD398C'

red 253 ◦ green 57 ◦ blue 140

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

Shades of Violet Red #FD398C

Tints of Violet Red #FD398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 56.22%
G = 12.67%
B = 31.11%

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

#FD398C (or 0xFD398C) is known color: Violet Red. HEX triplet: FD, 39 and 8C. RGB value is (253,57,140). Sum of RGB (Red+Green+Blue) = 253+57+140=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD398C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD398C is #02C673. Grayscale: #7C7C7C. Windows color (decimal): -181876 or 9189885. OLE color: 9189885.

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

Color convert

RGB 253 57 140 -
CMYK 0 0.77 0.45 0.01
HSL 334.59º 0.98% 0.61% -
HSV(B) 334.59º 0.77% 0.99% -
XYZ 46.7 25.7 27.31 -
YUV 125.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 253 57 140 0 0.77 0.45 0.01 334.59 0.98 0.61
Hex FD 39 8C 0 4D 2D 1 14F 62 3D
Octal 375 71 214 0 115 55 1 517 142 75
Binary 11111101 111001 10001100 0 1001101 101101 1 101001111 1100010 111101

Color Harmonies of #FD398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD398C

Black with #FD398C

Text Example


Text Example

White with #FD398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD398C; }

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

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

background-color css

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

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

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

border-color css

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

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

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