Html Css Color HEX #F5357B Violet Red

📋 copy color: '#F5357B'

red 245 ◦ green 53 ◦ blue 123

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

Shades of Violet Red #F5357B

Tints of Violet Red #F5357B

RGB

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

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

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

R = 58.19%
G = 12.59%
B = 29.22%

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

#F5357B (or 0xF5357B) is known color: Violet Red. HEX triplet: F5, 35 and 7B. RGB value is (245,53,123). Sum of RGB (Red+Green+Blue) = 245+53+123=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5357B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5357B is #0ACA84. Grayscale: #767676. Windows color (decimal): -707205 or 8074741. OLE color: 8074741.

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

Color convert

RGB 245 53 123 -
CMYK 0 0.78 0.50 0.04
HSL 338.13º 0.91% 0.58% -
HSV(B) 338.13º 0.78% 0.96% -
XYZ 42.5 23.39 21.01 -
YUV 118.39 130.61 218.31 -
System Red Green Blue C M Y K H S L
Decimal 245 53 123 0 0.78 0.50 0.04 338.13 0.91 0.58
Hex F5 35 7B 0 4E 32 4 152 5B 3A
Octal 365 65 173 0 116 62 4 522 133 72
Binary 11110101 110101 1111011 0 1001110 110010 100 101010010 1011011 111010

Color Harmonies of #F5357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5357B

Black with #F5357B

Text Example


Text Example

White with #F5357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5357B; }

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

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

background-color css

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

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

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

border-color css

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

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

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