Html Css Color HEX #F5367A Violet Red

📋 copy color: '#F5367A'

red 245 ◦ green 54 ◦ blue 122

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

Shades of Violet Red #F5367A

Tints of Violet Red #F5367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 58.19%
G = 12.83%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5367A (or 0xF5367A) is known color: Violet Red. HEX triplet: F5, 36 and 7A. RGB value is (245,54,122). Sum of RGB (Red+Green+Blue) = 245+54+122=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5367A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5367A is #0AC985. Grayscale: #767676. Windows color (decimal): -706950 or 8009461. OLE color: 8009461.

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

Color convert

RGB 245 54 122 -
CMYK 0 0.78 0.50 0.04
HSL 338.64º 0.91% 0.59% -
HSV(B) 338.64º 0.78% 0.96% -
XYZ 42.49 23.46 20.7 -
YUV 118.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 245 54 122 0 0.78 0.50 0.04 338.64 0.91 0.59
Hex F5 36 7A 0 4E 32 4 153 5B 3B
Octal 365 66 172 0 116 62 4 523 133 73
Binary 11110101 110110 1111010 0 1001110 110010 100 101010011 1011011 111011

Color Harmonies of #F5367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5367A

Black with #F5367A

Text Example


Text Example

White with #F5367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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