Html Css Color HEX #F5327F Violet Red

📋 copy color: '#F5327F'

red 245 ◦ green 50 ◦ blue 127

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

Shades of Violet Red #F5327F

Tints of Violet Red #F5327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.09%

R = 58.06%
G = 11.85%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5327F (or 0xF5327F) is known color: Violet Red. HEX triplet: F5, 32 and 7F. RGB value is (245,50,127). Sum of RGB (Red+Green+Blue) = 245+50+127=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5327F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5327F is #0ACD80. Grayscale: #747474. Windows color (decimal): -707969 or 8336117. OLE color: 8336117.

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

Color convert

RGB 245 50 127 -
CMYK 0 0.80 0.48 0.04
HSL 336.31º 0.91% 0.58% -
HSV(B) 336.31º 0.8% 0.96% -
XYZ 42.63 23.23 22.32 -
YUV 117.08 133.6 219.24 -
System Red Green Blue C M Y K H S L
Decimal 245 50 127 0 0.80 0.48 0.04 336.31 0.91 0.58
Hex F5 32 7F 0 50 30 4 150 5B 3A
Octal 365 62 177 0 120 60 4 520 133 72
Binary 11110101 110010 1111111 0 1010000 110000 100 101010000 1011011 111010

Color Harmonies of #F5327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5327F

Black with #F5327F

Text Example


Text Example

White with #F5327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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