Html Css Color HEX #FD377F Violet Red

📋 copy color: '#FD377F'

red 253 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #FD377F

Tints of Violet Red #FD377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 58.16%
G = 12.64%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD377F (or 0xFD377F) is known color: Violet Red. HEX triplet: FD, 37 and 7F. RGB value is (253,55,127). Sum of RGB (Red+Green+Blue) = 253+55+127=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD377F is #02C880. Grayscale: #7A7A7A. Windows color (decimal): -182401 or 8337405. OLE color: 8337405.

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

Color convert

RGB 253 55 127 -
CMYK 0 0.78 0.50 0.01
HSL 338.18º 0.98% 0.6% -
HSV(B) 338.18º 0.78% 0.99% -
XYZ 45.7 25.15 22.52 -
YUV 122.41 130.6 221.15 -
System Red Green Blue C M Y K H S L
Decimal 253 55 127 0 0.78 0.50 0.01 338.18 0.98 0.6
Hex FD 37 7F 0 4E 32 1 152 62 3C
Octal 375 67 177 0 116 62 1 522 142 74
Binary 11111101 110111 1111111 0 1001110 110010 1 101010010 1100010 111100

Color Harmonies of #FD377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD377F

Black with #FD377F

Text Example


Text Example

White with #FD377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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