Html Css Color HEX #FF377A Violet Red

📋 copy color: '#FF377A'

red 255 ◦ green 55 ◦ blue 122

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

Shades of Violet Red #FF377A

Tints of Violet Red #FF377A

RGB

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

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

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

R = 59.03%
G = 12.73%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF377A (or 0xFF377A) is known color: Violet Red. HEX triplet: FF, 37 and 7A. RGB value is (255,55,122). Sum of RGB (Red+Green+Blue) = 255+55+122=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF377A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF377A is #00C885. Grayscale: #7A7A7A. Windows color (decimal): -51334 or 8009727. OLE color: 8009727.

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

Color convert

RGB 255 55 122 -
CMYK 0 0.78 0.52 0
HSL 339.9º 1% 0.61% -
HSV(B) 339.9º 0.78% 1% -
XYZ 46.12 25.4 20.88 -
YUV 122.44 127.76 222.55 -
System Red Green Blue C M Y K H S L
Decimal 255 55 122 0 0.78 0.52 0 339.9 1 0.61
Hex FF 37 7A 0 4E 34 0 154 64 3D
Octal 377 67 172 0 116 64 0 524 144 75
Binary 11111111 110111 1111010 0 1001110 110100 0 101010100 1100100 111101

Color Harmonies of #FF377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF377A

Black with #FF377A

Text Example


Text Example

White with #FF377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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