Html Css Color HEX #F6327F Violet Red

📋 copy color: '#F6327F'

red 246 ◦ green 50 ◦ blue 127

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

Shades of Violet Red #F6327F

Tints of Violet Red #F6327F

RGB

 RED value IS 246 (96.48% from 255) = 58.16%

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

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

R = 58.16%
G = 11.82%
B = 30.02%

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

#F6327F (or 0xF6327F) is known color: Violet Red. HEX triplet: F6, 32 and 7F. RGB value is (246,50,127). Sum of RGB (Red+Green+Blue) = 246+50+127=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6327F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6327F is #09CD80. Grayscale: #757575. Windows color (decimal): -642433 or 8336118. OLE color: 8336118.

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

Color convert

RGB 246 50 127 -
CMYK 0 0.80 0.48 0.04
HSL 336.43º 0.92% 0.58% -
HSV(B) 336.43º 0.8% 0.96% -
XYZ 42.98 23.41 22.33 -
YUV 117.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 246 50 127 0 0.80 0.48 0.04 336.43 0.92 0.58
Hex F6 32 7F 0 50 30 4 150 5C 3A
Octal 366 62 177 0 120 60 4 520 134 72
Binary 11110110 110010 1111111 0 1010000 110000 100 101010000 1011100 111010

Color Harmonies of #F6327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6327F

Black with #F6327F

Text Example


Text Example

White with #F6327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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