Html Css Color HEX #FF388B Violet Red

📋 copy color: '#FF388B'

red 255 ◦ green 56 ◦ blue 139

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

Shades of Violet Red #FF388B

Tints of Violet Red #FF388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 56.67%
G = 12.44%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF388B (or 0xFF388B) is known color: Violet Red. HEX triplet: FF, 38 and 8B. RGB value is (255,56,139). Sum of RGB (Red+Green+Blue) = 255+56+139=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF388B is #00C774. Grayscale: #7C7C7C. Windows color (decimal): -51061 or 9124095. OLE color: 9124095.

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

Color convert

RGB 255 56 139 -
CMYK 0 0.78 0.45 0
HSL 334.97º 1% 0.61% -
HSV(B) 334.97º 0.78% 1% -
XYZ 47.31 25.95 26.94 -
YUV 124.96 135.93 220.75 -
System Red Green Blue C M Y K H S L
Decimal 255 56 139 0 0.78 0.45 0 334.97 1 0.61
Hex FF 38 8B 0 4E 2D 0 14F 64 3D
Octal 377 70 213 0 116 55 0 517 144 75
Binary 11111111 111000 10001011 0 1001110 101101 0 101001111 1100100 111101

Color Harmonies of #FF388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF388B

Black with #FF388B

Text Example


Text Example

White with #FF388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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