Html Css Color HEX #FB377B Violet Red

📋 copy color: '#FB377B'

red 251 ◦ green 55 ◦ blue 123

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

Shades of Violet Red #FB377B

Tints of Violet Red #FB377B

RGB

 RED value IS 251 (98.44% from 255) = 58.51%

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

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

R = 58.51%
G = 12.82%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB377B (or 0xFB377B) is known color: Violet Red. HEX triplet: FB, 37 and 7B. RGB value is (251,55,123). Sum of RGB (Red+Green+Blue) = 251+55+123=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB377B is #04C884. Grayscale: #797979. Windows color (decimal): -313477 or 8075259. OLE color: 8075259.

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

Color convert

RGB 251 55 123 -
CMYK 0 0.78 0.51 0.02
HSL 339.18º 0.96% 0.6% -
HSV(B) 339.18º 0.78% 0.98% -
XYZ 44.73 24.67 21.14 -
YUV 121.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 251 55 123 0 0.78 0.51 0.02 339.18 0.96 0.6
Hex FB 37 7B 0 4E 33 2 153 60 3C
Octal 373 67 173 0 116 63 2 523 140 74
Binary 11111011 110111 1111011 0 1001110 110011 10 101010011 1100000 111100

Color Harmonies of #FB377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB377B

Black with #FB377B

Text Example


Text Example

White with #FB377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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