Html Css Color HEX #FF387A Violet Red

📋 copy color: '#FF387A'

red 255 ◦ green 56 ◦ blue 122

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

Shades of Violet Red #FF387A

Tints of Violet Red #FF387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 58.89%
G = 12.93%
B = 28.18%

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

#FF387A (or 0xFF387A) is known color: Violet Red. HEX triplet: FF, 38 and 7A. RGB value is (255,56,122). Sum of RGB (Red+Green+Blue) = 255+56+122=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF387A is #00C785. Grayscale: #7A7A7A. Windows color (decimal): -51078 or 8009983. OLE color: 8009983.

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

Color convert

RGB 255 56 122 -
CMYK 0 0.78 0.52 0
HSL 340.1º 1% 0.61% -
HSV(B) 340.1º 0.78% 1% -
XYZ 46.17 25.49 20.9 -
YUV 123.03 127.43 222.13 -
System Red Green Blue C M Y K H S L
Decimal 255 56 122 0 0.78 0.52 0 340.1 1 0.61
Hex FF 38 7A 0 4E 34 0 154 64 3D
Octal 377 70 172 0 116 64 0 524 144 75
Binary 11111111 111000 1111010 0 1001110 110100 0 101010100 1100100 111101

Color Harmonies of #FF387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF387A

Black with #FF387A

Text Example


Text Example

White with #FF387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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