Html Css Color HEX #FF387E Violet Red

📋 copy color: '#FF387E'

red 255 ◦ green 56 ◦ blue 126

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

Shades of Violet Red #FF387E

Tints of Violet Red #FF387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 58.35%
G = 12.81%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF387E (or 0xFF387E) is known color: Violet Red. HEX triplet: FF, 38 and 7E. RGB value is (255,56,126). Sum of RGB (Red+Green+Blue) = 255+56+126=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF387E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF387E is #00C781. Grayscale: #7B7B7B. Windows color (decimal): -51074 or 8272127. OLE color: 8272127.

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

Color convert

RGB 255 56 126 -
CMYK 0 0.78 0.51 0
HSL 338.89º 1% 0.61% -
HSV(B) 338.89º 0.78% 1% -
XYZ 46.42 25.59 22.23 -
YUV 123.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 255 56 126 0 0.78 0.51 0 338.89 1 0.61
Hex FF 38 7E 0 4E 33 0 153 64 3D
Octal 377 70 176 0 116 63 0 523 144 75
Binary 11111111 111000 1111110 0 1001110 110011 0 101010011 1100100 111101

Color Harmonies of #FF387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF387E

Black with #FF387E

Text Example


Text Example

White with #FF387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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