Html Css Color HEX #F63C82 Violet Red

📋 copy color: '#F63C82'

red 246 ◦ green 60 ◦ blue 130

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

Shades of Violet Red #F63C82

Tints of Violet Red #F63C82

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.76%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 56.42%
G = 13.76%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F63C82 (or 0xF63C82) is known color: Violet Red. HEX triplet: F6, 3C and 82. RGB value is (246,60,130). Sum of RGB (Red+Green+Blue) = 246+60+130=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63C82 is #09C37D. Grayscale: #7B7B7B. Windows color (decimal): -639870 or 8535286. OLE color: 8535286.

HSL color Cylindrical-coordinate representation of color #F63C82: hue angle of 337.42º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63C82 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 60 130 -
CMYK 0 0.76 0.47 0.04
HSL 337.42º 0.91% 0.6% -
HSV(B) 337.42º 0.76% 0.96% -
XYZ 43.65 24.44 23.54 -
YUV 123.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 246 60 130 0 0.76 0.47 0.04 337.42 0.91 0.6
Hex F6 3C 82 0 4C 2F 4 151 5B 3C
Octal 366 74 202 0 114 57 4 521 133 74
Binary 11110110 111100 10000010 0 1001100 101111 100 101010001 1011011 111100

Color Harmonies of #F63C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C82

Black with #F63C82

Text Example


Text Example

White with #F63C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C82; }

 p { color: rgb(246,60,130); }

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

background-color css

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

 a { background-color: rgb(246,60,130); }

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

border-color css

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

 span { border-color: rgb(246,60,130); }

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