Html Css Color HEX #FB397F Violet Red

📋 copy color: '#FB397F'

red 251 ◦ green 57 ◦ blue 127

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

Shades of Violet Red #FB397F

Tints of Violet Red #FB397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.1%

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

R = 57.7%
G = 13.1%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB397F (or 0xFB397F) is known color: Violet Red. HEX triplet: FB, 39 and 7F. RGB value is (251,57,127). Sum of RGB (Red+Green+Blue) = 251+57+127=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB397F is #04C680. Grayscale: #7A7A7A. Windows color (decimal): -312961 or 8337915. OLE color: 8337915.

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

Color convert

RGB 251 57 127 -
CMYK 0 0.77 0.49 0.02
HSL 338.35º 0.96% 0.6% -
HSV(B) 338.35º 0.77% 0.98% -
XYZ 45.08 24.97 22.52 -
YUV 122.99 130.27 219.31 -
System Red Green Blue C M Y K H S L
Decimal 251 57 127 0 0.77 0.49 0.02 338.35 0.96 0.6
Hex FB 39 7F 0 4D 31 2 152 60 3C
Octal 373 71 177 0 115 61 2 522 140 74
Binary 11111011 111001 1111111 0 1001101 110001 10 101010010 1100000 111100

Color Harmonies of #FB397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB397F

Black with #FB397F

Text Example


Text Example

White with #FB397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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