Html Css Color HEX #F63C4C Radical Red

📋 copy color: '#F63C4C'

red 246 ◦ green 60 ◦ blue 76

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

Shades of Radical Red #F63C4C

Tints of Radical Red #F63C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 64.4%
G = 15.71%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F63C4C (or 0xF63C4C) is known color: Radical Red. HEX triplet: F6, 3C and 4C. RGB value is (246,60,76). Sum of RGB (Red+Green+Blue) = 246+60+76=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63C4C is #09C3B3. Grayscale: #757575. Windows color (decimal): -639924 or 4996342. OLE color: 4996342.

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

Color convert

RGB 246 60 76 -
CMYK 0 0.76 0.69 0.04
HSL 354.84º 0.91% 0.6% -
HSV(B) 354.84º 0.76% 0.96% -
XYZ 40.93 23.35 9.19 -
YUV 117.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 246 60 76 0 0.76 0.69 0.04 354.84 0.91 0.6
Hex F6 3C 4C 0 4C 45 4 163 5B 3C
Octal 366 74 114 0 114 105 4 543 133 74
Binary 11110110 111100 1001100 0 1001100 1000101 100 101100011 1011011 111100

Color Harmonies of #F63C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C4C

Black with #F63C4C

Text Example


Text Example

White with #F63C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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