Html Css Color HEX #FB377F Violet Red

📋 copy color: '#FB377F'

red 251 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #FB377F

Tints of Violet Red #FB377F

RGB

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

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

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

R = 57.97%
G = 12.7%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB377F (or 0xFB377F) is known color: Violet Red. HEX triplet: FB, 37 and 7F. RGB value is (251,55,127). Sum of RGB (Red+Green+Blue) = 251+55+127=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB377F is #04C880. Grayscale: #797979. Windows color (decimal): -313473 or 8337403. OLE color: 8337403.

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

Color convert

RGB 251 55 127 -
CMYK 0 0.78 0.49 0.02
HSL 337.96º 0.96% 0.6% -
HSV(B) 337.96º 0.78% 0.98% -
XYZ 44.98 24.77 22.49 -
YUV 121.81 130.93 220.15 -
System Red Green Blue C M Y K H S L
Decimal 251 55 127 0 0.78 0.49 0.02 337.96 0.96 0.6
Hex FB 37 7F 0 4E 31 2 152 60 3C
Octal 373 67 177 0 116 61 2 522 140 74
Binary 11111011 110111 1111111 0 1001110 110001 10 101010010 1100000 111100

Color Harmonies of #FB377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB377F

Black with #FB377F

Text Example


Text Example

White with #FB377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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