Html Css Color HEX #FD377B Violet Red

📋 copy color: '#FD377B'

red 253 ◦ green 55 ◦ blue 123

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

Shades of Violet Red #FD377B

Tints of Violet Red #FD377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.76%

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

R = 58.7%
G = 12.76%
B = 28.54%

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

#FD377B (or 0xFD377B) is known color: Violet Red. HEX triplet: FD, 37 and 7B. RGB value is (253,55,123). Sum of RGB (Red+Green+Blue) = 253+55+123=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD377B is #02C884. Grayscale: #797979. Windows color (decimal): -182405 or 8075261. OLE color: 8075261.

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

Color convert

RGB 253 55 123 -
CMYK 0 0.78 0.51 0.01
HSL 339.39º 0.98% 0.6% -
HSV(B) 339.39º 0.78% 0.99% -
XYZ 45.45 25.05 21.18 -
YUV 121.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 253 55 123 0 0.78 0.51 0.01 339.39 0.98 0.6
Hex FD 37 7B 0 4E 33 1 153 62 3C
Octal 375 67 173 0 116 63 1 523 142 74
Binary 11111101 110111 1111011 0 1001110 110011 1 101010011 1100010 111100

Color Harmonies of #FD377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD377B

Black with #FD377B

Text Example


Text Example

White with #FD377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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