Html Css Color HEX #FD387B Violet Red

📋 copy color: '#FD387B'

red 253 ◦ green 56 ◦ blue 123

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

Shades of Violet Red #FD387B

Tints of Violet Red #FD387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 58.56%
G = 12.96%
B = 28.47%

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

#FD387B (or 0xFD387B) is known color: Violet Red. HEX triplet: FD, 38 and 7B. RGB value is (253,56,123). Sum of RGB (Red+Green+Blue) = 253+56+123=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD387B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD387B is #02C784. Grayscale: #7A7A7A. Windows color (decimal): -182149 or 8075517. OLE color: 8075517.

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

Color convert

RGB 253 56 123 -
CMYK 0 0.78 0.51 0.01
HSL 339.59º 0.98% 0.61% -
HSV(B) 339.59º 0.78% 0.99% -
XYZ 45.5 25.14 21.19 -
YUV 122.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 253 56 123 0 0.78 0.51 0.01 339.59 0.98 0.61
Hex FD 38 7B 0 4E 33 1 154 62 3D
Octal 375 70 173 0 116 63 1 524 142 75
Binary 11111101 111000 1111011 0 1001110 110011 1 101010100 1100010 111101

Color Harmonies of #FD387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD387B

Black with #FD387B

Text Example


Text Example

White with #FD387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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