Html Css Color HEX #FF387B Violet Red

📋 copy color: '#FF387B'

red 255 ◦ green 56 ◦ blue 123

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

Shades of Violet Red #FF387B

Tints of Violet Red #FF387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.9%

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

R = 58.76%
G = 12.9%
B = 28.34%

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

#FF387B (or 0xFF387B) is known color: Violet Red. HEX triplet: FF, 38 and 7B. RGB value is (255,56,123). Sum of RGB (Red+Green+Blue) = 255+56+123=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF387B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF387B is #00C784. Grayscale: #7B7B7B. Windows color (decimal): -51077 or 8075519. OLE color: 8075519.

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

Color convert

RGB 255 56 123 -
CMYK 0 0.78 0.52 0
HSL 339.8º 1% 0.61% -
HSV(B) 339.8º 0.78% 1% -
XYZ 46.23 25.52 21.23 -
YUV 123.14 127.93 222.05 -
System Red Green Blue C M Y K H S L
Decimal 255 56 123 0 0.78 0.52 0 339.8 1 0.61
Hex FF 38 7B 0 4E 34 0 154 64 3D
Octal 377 70 173 0 116 64 0 524 144 75
Binary 11111111 111000 1111011 0 1001110 110100 0 101010100 1100100 111101

Color Harmonies of #FF387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF387B

Black with #FF387B

Text Example


Text Example

White with #FF387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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