Html Css Color HEX #F5388B Violet Red

📋 copy color: '#F5388B'

red 245 ◦ green 56 ◦ blue 139

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

Shades of Violet Red #F5388B

Tints of Violet Red #F5388B

RGB

 RED value IS 245 (96.09% from 255) = 55.68%

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

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

R = 55.68%
G = 12.73%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5388B (or 0xF5388B) is known color: Violet Red. HEX triplet: F5, 38 and 8B. RGB value is (245,56,139). Sum of RGB (Red+Green+Blue) = 245+56+139=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5388B is #0AC774. Grayscale: #797979. Windows color (decimal): -706421 or 9124085. OLE color: 9124085.

HSL color Cylindrical-coordinate representation of color #F5388B: hue angle of 333.65º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5388B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 139 -
CMYK 0 0.77 0.43 0.04
HSL 333.65º 0.9% 0.59% -
HSV(B) 333.65º 0.77% 0.96% -
XYZ 43.73 24.1 26.77 -
YUV 121.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 245 56 139 0 0.77 0.43 0.04 333.65 0.9 0.59
Hex F5 38 8B 0 4D 2B 4 14E 5A 3B
Octal 365 70 213 0 115 53 4 516 132 73
Binary 11110101 111000 10001011 0 1001101 101011 100 101001110 1011010 111011

Color Harmonies of #F5388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5388B

Black with #F5388B

Text Example


Text Example

White with #F5388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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