Html Css Color HEX #F64648 Radical Red

📋 copy color: '#F64648'

red 246 ◦ green 70 ◦ blue 72

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

Shades of Radical Red #F64648

Tints of Radical Red #F64648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 63.4%
G = 18.04%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F64648 (or 0xF64648) is known color: Radical Red. HEX triplet: F6, 46 and 48. RGB value is (246,70,72). Sum of RGB (Red+Green+Blue) = 246+70+72=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F64648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64648 is #09B9B7. Grayscale: #7B7B7B. Windows color (decimal): -637368 or 4736758. OLE color: 4736758.

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

Color convert

RGB 246 70 72 -
CMYK 0 0.72 0.71 0.04
HSL 359.32º 0.91% 0.62% -
HSV(B) 359.32º 0.72% 0.96% -
XYZ 41.37 24.44 8.67 -
YUV 122.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 246 70 72 0 0.72 0.71 0.04 359.32 0.91 0.62
Hex F6 46 48 0 48 47 4 167 5B 3E
Octal 366 106 110 0 110 107 4 547 133 76
Binary 11110110 1000110 1001000 0 1001000 1000111 100 101100111 1011011 111110

Color Harmonies of #F64648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64648

Black with #F64648

Text Example


Text Example

White with #F64648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64648; }

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

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

background-color css

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

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

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

border-color css

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

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

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