Html Css Color HEX #F5357A Violet Red

📋 copy color: '#F5357A'

red 245 ◦ green 53 ◦ blue 122

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

Shades of Violet Red #F5357A

Tints of Violet Red #F5357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.62%

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

R = 58.33%
G = 12.62%
B = 29.05%

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

#F5357A (or 0xF5357A) is known color: Violet Red. HEX triplet: F5, 35 and 7A. RGB value is (245,53,122). Sum of RGB (Red+Green+Blue) = 245+53+122=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5357A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5357A is #0ACA85. Grayscale: #767676. Windows color (decimal): -707206 or 8009205. OLE color: 8009205.

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

Color convert

RGB 245 53 122 -
CMYK 0 0.78 0.50 0.04
HSL 338.44º 0.91% 0.58% -
HSV(B) 338.44º 0.78% 0.96% -
XYZ 42.44 23.36 20.69 -
YUV 118.27 130.11 218.39 -
System Red Green Blue C M Y K H S L
Decimal 245 53 122 0 0.78 0.50 0.04 338.44 0.91 0.58
Hex F5 35 7A 0 4E 32 4 152 5B 3A
Octal 365 65 172 0 116 62 4 522 133 72
Binary 11110101 110101 1111010 0 1001110 110010 100 101010010 1011011 111010

Color Harmonies of #F5357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5357A

Black with #F5357A

Text Example


Text Example

White with #F5357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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