Html Css Color HEX #FD387A Violet Red

📋 copy color: '#FD387A'

red 253 ◦ green 56 ◦ blue 122

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

Shades of Violet Red #FD387A

Tints of Violet Red #FD387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 58.7%
G = 12.99%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD387A (or 0xFD387A) is known color: Violet Red. HEX triplet: FD, 38 and 7A. RGB value is (253,56,122). Sum of RGB (Red+Green+Blue) = 253+56+122=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD387A is #02C785. Grayscale: #7A7A7A. Windows color (decimal): -182150 or 8009981. OLE color: 8009981.

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

Color convert

RGB 253 56 122 -
CMYK 0 0.78 0.52 0.01
HSL 339.9º 0.98% 0.61% -
HSV(B) 339.9º 0.78% 0.99% -
XYZ 45.44 25.12 20.87 -
YUV 122.43 127.77 221.13 -
System Red Green Blue C M Y K H S L
Decimal 253 56 122 0 0.78 0.52 0.01 339.9 0.98 0.61
Hex FD 38 7A 0 4E 34 1 154 62 3D
Octal 375 70 172 0 116 64 1 524 142 75
Binary 11111101 111000 1111010 0 1001110 110100 1 101010100 1100010 111101

Color Harmonies of #FD387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD387A

Black with #FD387A

Text Example


Text Example

White with #FD387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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