Html Css Color HEX #F63560 Radical Red

📋 copy color: '#F63560'

red 246 ◦ green 53 ◦ blue 96

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

Shades of Radical Red #F63560

Tints of Radical Red #F63560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

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

R = 62.28%
G = 13.42%
B = 24.3%

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

#F63560 (or 0xF63560) is known color: Radical Red. HEX triplet: F6, 35 and 60. RGB value is (246,53,96). Sum of RGB (Red+Green+Blue) = 246+53+96=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F63560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63560 is #09CA9F. Grayscale: #737373. Windows color (decimal): -641696 or 6305270. OLE color: 6305270.

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

Color convert

RGB 246 53 96 -
CMYK 0 0.78 0.61 0.04
HSL 346.63º 0.91% 0.59% -
HSV(B) 346.63º 0.78% 0.96% -
XYZ 41.39 22.98 13.32 -
YUV 115.61 116.94 221 -
System Red Green Blue C M Y K H S L
Decimal 246 53 96 0 0.78 0.61 0.04 346.63 0.91 0.59
Hex F6 35 60 0 4E 3D 4 15B 5B 3B
Octal 366 65 140 0 116 75 4 533 133 73
Binary 11110110 110101 1100000 0 1001110 111101 100 101011011 1011011 111011

Color Harmonies of #F63560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63560

Black with #F63560

Text Example


Text Example

White with #F63560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63560; }

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

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

background-color css

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

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

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

border-color css

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

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

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