Html Css Color HEX #F5368C Violet Red

📋 copy color: '#F5368C'

red 245 ◦ green 54 ◦ blue 140

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

Shades of Violet Red #F5368C

Tints of Violet Red #F5368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.3%

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 55.81%
G = 12.3%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5368C (or 0xF5368C) is known color: Violet Red. HEX triplet: F5, 36 and 8C. RGB value is (245,54,140). Sum of RGB (Red+Green+Blue) = 245+54+140=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5368C is #0AC973. Grayscale: #787878. Windows color (decimal): -706932 or 9189109. OLE color: 9189109.

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

Color convert

RGB 245 54 140 -
CMYK 0 0.78 0.43 0.04
HSL 332.98º 0.91% 0.59% -
HSV(B) 332.98º 0.78% 0.96% -
XYZ 43.71 23.94 27.13 -
YUV 120.91 138.78 216.51 -
System Red Green Blue C M Y K H S L
Decimal 245 54 140 0 0.78 0.43 0.04 332.98 0.91 0.59
Hex F5 36 8C 0 4E 2B 4 14D 5B 3B
Octal 365 66 214 0 116 53 4 515 133 73
Binary 11110101 110110 10001100 0 1001110 101011 100 101001101 1011011 111011

Color Harmonies of #F5368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5368C

Black with #F5368C

Text Example


Text Example

White with #F5368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5368C; }

 p { color: rgb(245,54,140); }

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

background-color css

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

 a { background-color: rgb(245,54,140); }

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

border-color css

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

 span { border-color: rgb(245,54,140); }

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