Html Css Color HEX #F63276 Violet Red

📋 copy color: '#F63276'

red 246 ◦ green 50 ◦ blue 118

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

Shades of Violet Red #F63276

Tints of Violet Red #F63276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.5%

R = 59.42%
G = 12.08%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F63276 (or 0xF63276) is known color: Violet Red. HEX triplet: F6, 32 and 76. RGB value is (246,50,118). Sum of RGB (Red+Green+Blue) = 246+50+118=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F63276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63276 is #09CD89. Grayscale: #747474. Windows color (decimal): -642442 or 7746294. OLE color: 7746294.

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

Color convert

RGB 246 50 118 -
CMYK 0 0.80 0.52 0.04
HSL 339.18º 0.92% 0.58% -
HSV(B) 339.18º 0.8% 0.96% -
XYZ 42.42 23.18 19.38 -
YUV 116.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 246 50 118 0 0.80 0.52 0.04 339.18 0.92 0.58
Hex F6 32 76 0 50 34 4 153 5C 3A
Octal 366 62 166 0 120 64 4 523 134 72
Binary 11110110 110010 1110110 0 1010000 110100 100 101010011 1011100 111010

Color Harmonies of #F63276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63276

Black with #F63276

Text Example


Text Example

White with #F63276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63276; }

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

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

background-color css

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

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

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

border-color css

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

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

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