Html Css Color HEX #F5327B Violet Red

📋 copy color: '#F5327B'

red 245 ◦ green 50 ◦ blue 123

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

Shades of Violet Red #F5327B

Tints of Violet Red #F5327B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.96%

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

R = 58.61%
G = 11.96%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5327B (or 0xF5327B) is known color: Violet Red. HEX triplet: F5, 32 and 7B. RGB value is (245,50,123). Sum of RGB (Red+Green+Blue) = 245+50+123=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5327B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5327B is #0ACD84. Grayscale: #747474. Windows color (decimal): -707973 or 8073973. OLE color: 8073973.

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

Color convert

RGB 245 50 123 -
CMYK 0 0.80 0.50 0.04
HSL 337.54º 0.91% 0.58% -
HSV(B) 337.54º 0.8% 0.96% -
XYZ 42.37 23.12 20.97 -
YUV 116.63 131.6 219.56 -
System Red Green Blue C M Y K H S L
Decimal 245 50 123 0 0.80 0.50 0.04 337.54 0.91 0.58
Hex F5 32 7B 0 50 32 4 152 5B 3A
Octal 365 62 173 0 120 62 4 522 133 72
Binary 11110101 110010 1111011 0 1010000 110010 100 101010010 1011011 111010

Color Harmonies of #F5327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5327B

Black with #F5327B

Text Example


Text Example

White with #F5327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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