Html Css Color HEX #F5388E Violet Red

📋 copy color: '#F5388E'

red 245 ◦ green 56 ◦ blue 142

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

Shades of Violet Red #F5388E

Tints of Violet Red #F5388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 55.3%
G = 12.64%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5388E (or 0xF5388E) is known color: Violet Red. HEX triplet: F5, 38 and 8E. RGB value is (245,56,142). Sum of RGB (Red+Green+Blue) = 245+56+142=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5388E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5388E is #0AC771. Grayscale: #7A7A7A. Windows color (decimal): -706418 or 9320693. OLE color: 9320693.

HSL color Cylindrical-coordinate representation of color #F5388E: hue angle of 332.7º 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 #F5388E is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 142 -
CMYK 0 0.77 0.42 0.04
HSL 332.7º 0.9% 0.59% -
HSV(B) 332.7º 0.77% 0.96% -
XYZ 43.95 24.19 27.94 -
YUV 122.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 245 56 142 0 0.77 0.42 0.04 332.7 0.9 0.59
Hex F5 38 8E 0 4D 2A 4 14D 5A 3B
Octal 365 70 216 0 115 52 4 515 132 73
Binary 11110101 111000 10001110 0 1001101 101010 100 101001101 1011010 111011

Color Harmonies of #F5388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5388E

Black with #F5388E

Text Example


Text Example

White with #F5388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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