Html Css Color HEX #F64650 Radical Red

📋 copy color: '#F64650'

red 246 ◦ green 70 ◦ blue 80

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

Shades of Radical Red #F64650

Tints of Radical Red #F64650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 62.12%
G = 17.68%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F64650 (or 0xF64650) is known color: Radical Red. HEX triplet: F6, 46 and 50. RGB value is (246,70,80). Sum of RGB (Red+Green+Blue) = 246+70+80=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F64650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64650 is #09B9AF. Grayscale: #7B7B7B. Windows color (decimal): -637360 or 5261046. OLE color: 5261046.

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

Color convert

RGB 246 70 80 -
CMYK 0 0.72 0.67 0.04
HSL 356.59º 0.91% 0.62% -
HSV(B) 356.59º 0.72% 0.96% -
XYZ 41.64 24.55 10.13 -
YUV 123.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 246 70 80 0 0.72 0.67 0.04 356.59 0.91 0.62
Hex F6 46 50 0 48 43 4 165 5B 3E
Octal 366 106 120 0 110 103 4 545 133 76
Binary 11110110 1000110 1010000 0 1001000 1000011 100 101100101 1011011 111110

Color Harmonies of #F64650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64650

Black with #F64650

Text Example


Text Example

White with #F64650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64650; }

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

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

background-color css

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

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

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

border-color css

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

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

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