Html Css Color HEX #FD387C Violet Red

📋 copy color: '#FD387C'

red 253 ◦ green 56 ◦ blue 124

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

Shades of Violet Red #FD387C

Tints of Violet Red #FD387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.93%

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

R = 58.43%
G = 12.93%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD387C (or 0xFD387C) is known color: Violet Red. HEX triplet: FD, 38 and 7C. RGB value is (253,56,124). Sum of RGB (Red+Green+Blue) = 253+56+124=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD387C is #02C783. Grayscale: #7A7A7A. Windows color (decimal): -182148 or 8141053. OLE color: 8141053.

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

Color convert

RGB 253 56 124 -
CMYK 0 0.78 0.51 0.01
HSL 339.29º 0.98% 0.61% -
HSV(B) 339.29º 0.78% 0.99% -
XYZ 45.56 25.17 21.53 -
YUV 122.66 128.77 220.97 -
System Red Green Blue C M Y K H S L
Decimal 253 56 124 0 0.78 0.51 0.01 339.29 0.98 0.61
Hex FD 38 7C 0 4E 33 1 153 62 3D
Octal 375 70 174 0 116 63 1 523 142 75
Binary 11111101 111000 1111100 0 1001110 110011 1 101010011 1100010 111101

Color Harmonies of #FD387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD387C

Black with #FD387C

Text Example


Text Example

White with #FD387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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