Html Css Color HEX #FF377B Violet Red

📋 copy color: '#FF377B'

red 255 ◦ green 55 ◦ blue 123

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

Shades of Violet Red #FF377B

Tints of Violet Red #FF377B

RGB

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

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

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

R = 58.89%
G = 12.7%
B = 28.41%

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

#FF377B (or 0xFF377B) is known color: Violet Red. HEX triplet: FF, 37 and 7B. RGB value is (255,55,123). Sum of RGB (Red+Green+Blue) = 255+55+123=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF377B is #00C884. Grayscale: #7A7A7A. Windows color (decimal): -51333 or 8075263. OLE color: 8075263.

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

Color convert

RGB 255 55 123 -
CMYK 0 0.78 0.52 0
HSL 339.6º 1% 0.61% -
HSV(B) 339.6º 0.78% 1% -
XYZ 46.18 25.42 21.21 -
YUV 122.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 255 55 123 0 0.78 0.52 0 339.6 1 0.61
Hex FF 37 7B 0 4E 34 0 154 64 3D
Octal 377 67 173 0 116 64 0 524 144 75
Binary 11111111 110111 1111011 0 1001110 110100 0 101010100 1100100 111101

Color Harmonies of #FF377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF377B

Black with #FF377B

Text Example


Text Example

White with #FF377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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