Html Css Color HEX #F63C52 Radical Red

📋 copy color: '#F63C52'

red 246 ◦ green 60 ◦ blue 82

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

Shades of Radical Red #F63C52

Tints of Radical Red #F63C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.13%

R = 63.4%
G = 15.46%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F63C52 (or 0xF63C52) is known color: Radical Red. HEX triplet: F6, 3C and 52. RGB value is (246,60,82). Sum of RGB (Red+Green+Blue) = 246+60+82=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C52 is #09C3AD. Grayscale: #767676. Windows color (decimal): -639918 or 5389558. OLE color: 5389558.

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

Color convert

RGB 246 60 82 -
CMYK 0 0.76 0.67 0.04
HSL 352.9º 0.91% 0.6% -
HSV(B) 352.9º 0.76% 0.96% -
XYZ 41.14 23.43 10.34 -
YUV 118.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 246 60 82 0 0.76 0.67 0.04 352.9 0.91 0.6
Hex F6 3C 52 0 4C 43 4 161 5B 3C
Octal 366 74 122 0 114 103 4 541 133 74
Binary 11110110 111100 1010010 0 1001100 1000011 100 101100001 1011011 111100

Color Harmonies of #F63C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C52

Black with #F63C52

Text Example


Text Example

White with #F63C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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