Html Css Color HEX #F6424D Radical Red

📋 copy color: '#F6424D'

red 246 ◦ green 66 ◦ blue 77

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

Shades of Radical Red #F6424D

Tints of Radical Red #F6424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.97%

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 63.24%
G = 16.97%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6424D (or 0xF6424D) is known color: Radical Red. HEX triplet: F6, 42 and 4D. RGB value is (246,66,77). Sum of RGB (Red+Green+Blue) = 246+66+77=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F6424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6424D is #09BDB2. Grayscale: #797979. Windows color (decimal): -638387 or 5063414. OLE color: 5063414.

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

Color convert

RGB 246 66 77 -
CMYK 0 0.73 0.69 0.04
HSL 356.33º 0.91% 0.61% -
HSV(B) 356.33º 0.73% 0.96% -
XYZ 41.29 24.03 9.48 -
YUV 121.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 246 66 77 0 0.73 0.69 0.04 356.33 0.91 0.61
Hex F6 42 4D 0 49 45 4 164 5B 3D
Octal 366 102 115 0 111 105 4 544 133 75
Binary 11110110 1000010 1001101 0 1001001 1000101 100 101100100 1011011 111101

Color Harmonies of #F6424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6424D

Black with #F6424D

Text Example


Text Example

White with #F6424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6424D; }

 p { color: rgb(246,66,77); }

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

background-color css

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

 a { background-color: rgb(246,66,77); }

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

border-color css

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

 span { border-color: rgb(246,66,77); }

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