Html Css Color HEX #F63960 Radical Red

📋 copy color: '#F63960'

red 246 ◦ green 57 ◦ blue 96

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

Shades of Radical Red #F63960

Tints of Radical Red #F63960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.29%

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

R = 61.65%
G = 14.29%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F63960 (or 0xF63960) is known color: Radical Red. HEX triplet: F6, 39 and 60. RGB value is (246,57,96). Sum of RGB (Red+Green+Blue) = 246+57+96=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F63960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63960 is #09C69F. Grayscale: #757575. Windows color (decimal): -640672 or 6306294. OLE color: 6306294.

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

Color convert

RGB 246 57 96 -
CMYK 0 0.77 0.61 0.04
HSL 347.62º 0.91% 0.59% -
HSV(B) 347.62º 0.77% 0.96% -
XYZ 41.58 23.36 13.38 -
YUV 117.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 246 57 96 0 0.77 0.61 0.04 347.62 0.91 0.59
Hex F6 39 60 0 4D 3D 4 15C 5B 3B
Octal 366 71 140 0 115 75 4 534 133 73
Binary 11110110 111001 1100000 0 1001101 111101 100 101011100 1011011 111011

Color Harmonies of #F63960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63960

Black with #F63960

Text Example


Text Example

White with #F63960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63960; }

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

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

background-color css

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

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

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

border-color css

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

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

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