Html Css Color HEX #FD3E8C Violet Red

📋 copy color: '#FD3E8C'

red 253 ◦ green 62 ◦ blue 140

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

Shades of Violet Red #FD3E8C

Tints of Violet Red #FD3E8C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.63%

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

R = 55.6%
G = 13.63%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD3E8C (or 0xFD3E8C) is known color: Violet Red. HEX triplet: FD, 3E and 8C. RGB value is (253,62,140). Sum of RGB (Red+Green+Blue) = 253+62+140=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3E8C is #02C173. Grayscale: #7F7F7F. Windows color (decimal): -180596 or 9191165. OLE color: 9191165.

HSL color Cylindrical-coordinate representation of color #FD3E8C: hue angle of 335.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3E8C is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 62 140 -
CMYK 0 0.75 0.45 0.01
HSL 335.5º 0.98% 0.62% -
HSV(B) 335.5º 0.75% 0.99% -
XYZ 46.96 26.22 27.4 -
YUV 128 134.78 217.16 -
System Red Green Blue C M Y K H S L
Decimal 253 62 140 0 0.75 0.45 0.01 335.5 0.98 0.62
Hex FD 3E 8C 0 4B 2D 1 14F 62 3E
Octal 375 76 214 0 113 55 1 517 142 76
Binary 11111101 111110 10001100 0 1001011 101101 1 101001111 1100010 111110

Color Harmonies of #FD3E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E8C

Black with #FD3E8C

Text Example


Text Example

White with #FD3E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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