Html Css Color HEX #F64145 Radical Red

📋 copy color: '#F64145'

red 246 ◦ green 65 ◦ blue 69

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

Shades of Radical Red #F64145

Tints of Radical Red #F64145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 64.74%
G = 17.11%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F64145 (or 0xF64145) is known color: Radical Red. HEX triplet: F6, 41 and 45. RGB value is (246,65,69). Sum of RGB (Red+Green+Blue) = 246+65+69=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F64145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64145 is #09BEBA. Grayscale: #777777. Windows color (decimal): -638651 or 4538870. OLE color: 4538870.

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

Color convert

RGB 246 65 69 -
CMYK 0 0.74 0.72 0.04
HSL 358.67º 0.91% 0.61% -
HSV(B) 358.67º 0.74% 0.96% -
XYZ 40.97 23.8 8.07 -
YUV 119.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 246 65 69 0 0.74 0.72 0.04 358.67 0.91 0.61
Hex F6 41 45 0 4A 48 4 167 5B 3D
Octal 366 101 105 0 112 110 4 547 133 75
Binary 11110110 1000001 1000101 0 1001010 1001000 100 101100111 1011011 111101

Color Harmonies of #F64145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64145

Black with #F64145

Text Example


Text Example

White with #F64145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64145; }

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

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

background-color css

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

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

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

border-color css

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

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

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