Html Css Color HEX #F63160 Radical Red

📋 copy color: '#F63160'

red 246 ◦ green 49 ◦ blue 96

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

Shades of Radical Red #F63160

Tints of Radical Red #F63160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.53%

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 62.92%
G = 12.53%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F63160 (or 0xF63160) is known color: Radical Red. HEX triplet: F6, 31 and 60. RGB value is (246,49,96). Sum of RGB (Red+Green+Blue) = 246+49+96=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F63160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63160 is #09CE9F. Grayscale: #717171. Windows color (decimal): -642720 or 6304246. OLE color: 6304246.

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

Color convert

RGB 246 49 96 -
CMYK 0 0.80 0.61 0.04
HSL 345.69º 0.92% 0.58% -
HSV(B) 345.69º 0.8% 0.96% -
XYZ 41.22 22.63 13.26 -
YUV 113.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 246 49 96 0 0.80 0.61 0.04 345.69 0.92 0.58
Hex F6 31 60 0 50 3D 4 15A 5C 3A
Octal 366 61 140 0 120 75 4 532 134 72
Binary 11110110 110001 1100000 0 1010000 111101 100 101011010 1011100 111010

Color Harmonies of #F63160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63160

Black with #F63160

Text Example


Text Example

White with #F63160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63160; }

 p { color: rgb(246,49,96); }

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

background-color css

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

 a { background-color: rgb(246,49,96); }

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

border-color css

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

 span { border-color: rgb(246,49,96); }

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