Html Css Color HEX #F64950 Radical Red

📋 copy color: '#F64950'

red 246 ◦ green 73 ◦ blue 80

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

Shades of Radical Red #F64950

Tints of Radical Red #F64950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 61.65%
G = 18.3%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F64950 (or 0xF64950) is known color: Radical Red. HEX triplet: F6, 49 and 50. RGB value is (246,73,80). Sum of RGB (Red+Green+Blue) = 246+73+80=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F64950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64950 is #09B6AF. Grayscale: #7D7D7D. Windows color (decimal): -636592 or 5261814. OLE color: 5261814.

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

Color convert

RGB 246 73 80 -
CMYK 0 0.70 0.67 0.04
HSL 357.57º 0.91% 0.63% -
HSV(B) 357.57º 0.7% 0.96% -
XYZ 41.84 24.94 10.2 -
YUV 125.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 246 73 80 0 0.70 0.67 0.04 357.57 0.91 0.63
Hex F6 49 50 0 46 43 4 166 5B 3F
Octal 366 111 120 0 106 103 4 546 133 77
Binary 11110110 1001001 1010000 0 1000110 1000011 100 101100110 1011011 111111

Color Harmonies of #F64950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64950

Black with #F64950

Text Example


Text Example

White with #F64950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64950; }

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

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

background-color css

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

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

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

border-color css

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

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

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