Html Css Color HEX #FF377F Violet Red

📋 copy color: '#FF377F'

red 255 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #FF377F

Tints of Violet Red #FF377F

RGB

 RED value IS 255 (100% from 255) = 58.35%

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

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

R = 58.35%
G = 12.59%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF377F (or 0xFF377F) is known color: Violet Red. HEX triplet: FF, 37 and 7F. RGB value is (255,55,127). Sum of RGB (Red+Green+Blue) = 255+55+127=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF377F is #00C880. Grayscale: #7A7A7A. Windows color (decimal): -51329 or 8337407. OLE color: 8337407.

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

Color convert

RGB 255 55 127 -
CMYK 0 0.78 0.50 0
HSL 338.4º 1% 0.61% -
HSV(B) 338.4º 0.78% 1% -
XYZ 46.44 25.52 22.56 -
YUV 123.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 255 55 127 0 0.78 0.50 0 338.4 1 0.61
Hex FF 37 7F 0 4E 32 0 152 64 3D
Octal 377 67 177 0 116 62 0 522 144 75
Binary 11111111 110111 1111111 0 1001110 110010 0 101010010 1100100 111101

Color Harmonies of #FF377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF377F

Black with #FF377F

Text Example


Text Example

White with #FF377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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