Html Css Color HEX #F63760 Radical Red

📋 copy color: '#F63760'

red 246 ◦ green 55 ◦ blue 96

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

Shades of Radical Red #F63760

Tints of Radical Red #F63760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

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

R = 61.96%
G = 13.85%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F63760 (or 0xF63760) is known color: Radical Red. HEX triplet: F6, 37 and 60. RGB value is (246,55,96). Sum of RGB (Red+Green+Blue) = 246+55+96=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F63760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63760 is #09C89F. Grayscale: #747474. Windows color (decimal): -641184 or 6305782. OLE color: 6305782.

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

Color convert

RGB 246 55 96 -
CMYK 0 0.78 0.61 0.04
HSL 347.12º 0.91% 0.59% -
HSV(B) 347.12º 0.78% 0.96% -
XYZ 41.48 23.17 13.35 -
YUV 116.78 116.28 220.17 -
System Red Green Blue C M Y K H S L
Decimal 246 55 96 0 0.78 0.61 0.04 347.12 0.91 0.59
Hex F6 37 60 0 4E 3D 4 15B 5B 3B
Octal 366 67 140 0 116 75 4 533 133 73
Binary 11110110 110111 1100000 0 1001110 111101 100 101011011 1011011 111011

Color Harmonies of #F63760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63760

Black with #F63760

Text Example


Text Example

White with #F63760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63760; }

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

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

background-color css

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

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

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

border-color css

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

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

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