Html Css Color HEX #F5387B Violet Red

📋 copy color: '#F5387B'

red 245 ◦ green 56 ◦ blue 123

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

Shades of Violet Red #F5387B

Tints of Violet Red #F5387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 57.78%
G = 13.21%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5387B (or 0xF5387B) is known color: Violet Red. HEX triplet: F5, 38 and 7B. RGB value is (245,56,123). Sum of RGB (Red+Green+Blue) = 245+56+123=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5387B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5387B is #0AC784. Grayscale: #787878. Windows color (decimal): -706437 or 8075509. OLE color: 8075509.

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

Color convert

RGB 245 56 123 -
CMYK 0 0.77 0.50 0.04
HSL 338.73º 0.9% 0.59% -
HSV(B) 338.73º 0.77% 0.96% -
XYZ 42.65 23.67 21.06 -
YUV 120.15 129.62 217.05 -
System Red Green Blue C M Y K H S L
Decimal 245 56 123 0 0.77 0.50 0.04 338.73 0.9 0.59
Hex F5 38 7B 0 4D 32 4 153 5A 3B
Octal 365 70 173 0 115 62 4 523 132 73
Binary 11110101 111000 1111011 0 1001101 110010 100 101010011 1011010 111011

Color Harmonies of #F5387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5387B

Black with #F5387B

Text Example


Text Example

White with #F5387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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