Html Css Color HEX #F5357C Violet Red

📋 copy color: '#F5357C'

red 245 ◦ green 53 ◦ blue 124

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

Shades of Violet Red #F5357C

Tints of Violet Red #F5357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 58.06%
G = 12.56%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5357C (or 0xF5357C) is known color: Violet Red. HEX triplet: F5, 35 and 7C. RGB value is (245,53,124). Sum of RGB (Red+Green+Blue) = 245+53+124=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5357C is #0ACA83. Grayscale: #767676. Windows color (decimal): -707204 or 8140277. OLE color: 8140277.

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

Color convert

RGB 245 53 124 -
CMYK 0 0.78 0.49 0.04
HSL 337.81º 0.91% 0.58% -
HSV(B) 337.81º 0.78% 0.96% -
XYZ 42.57 23.41 21.34 -
YUV 118.5 131.11 218.23 -
System Red Green Blue C M Y K H S L
Decimal 245 53 124 0 0.78 0.49 0.04 337.81 0.91 0.58
Hex F5 35 7C 0 4E 31 4 152 5B 3A
Octal 365 65 174 0 116 61 4 522 133 72
Binary 11110101 110101 1111100 0 1001110 110001 100 101010010 1011011 111010

Color Harmonies of #F5357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5357C

Black with #F5357C

Text Example


Text Example

White with #F5357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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