Html Css Color HEX #F64149 Radical Red

📋 copy color: '#F64149'

red 246 ◦ green 65 ◦ blue 73

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

Shades of Radical Red #F64149

Tints of Radical Red #F64149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 64.06%
G = 16.93%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F64149 (or 0xF64149) is known color: Radical Red. HEX triplet: F6, 41 and 49. RGB value is (246,65,73). Sum of RGB (Red+Green+Blue) = 246+65+73=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F64149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64149 is #09BEB6. Grayscale: #787878. Windows color (decimal): -638647 or 4801014. OLE color: 4801014.

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

Color convert

RGB 246 65 73 -
CMYK 0 0.74 0.70 0.04
HSL 357.35º 0.91% 0.61% -
HSV(B) 357.35º 0.74% 0.96% -
XYZ 41.1 23.85 8.74 -
YUV 120.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 246 65 73 0 0.74 0.70 0.04 357.35 0.91 0.61
Hex F6 41 49 0 4A 46 4 165 5B 3D
Octal 366 101 111 0 112 106 4 545 133 75
Binary 11110110 1000001 1001001 0 1001010 1000110 100 101100101 1011011 111101

Color Harmonies of #F64149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64149

Black with #F64149

Text Example


Text Example

White with #F64149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64149; }

 p { color: rgb(246,65,73); }

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

background-color css

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

 a { background-color: rgb(246,65,73); }

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

border-color css

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

 span { border-color: rgb(246,65,73); }

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