Html Css Color HEX #F64348 Radical Red

📋 copy color: '#F64348'

red 246 ◦ green 67 ◦ blue 72

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

Shades of Radical Red #F64348

Tints of Radical Red #F64348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

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

R = 63.9%
G = 17.4%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F64348 (or 0xF64348) is known color: Radical Red. HEX triplet: F6, 43 and 48. RGB value is (246,67,72). Sum of RGB (Red+Green+Blue) = 246+67+72=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F64348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64348 is #09BCB7. Grayscale: #797979. Windows color (decimal): -638136 or 4735990. OLE color: 4735990.

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

Color convert

RGB 246 67 72 -
CMYK 0 0.73 0.71 0.04
HSL 358.32º 0.91% 0.61% -
HSV(B) 358.32º 0.73% 0.96% -
XYZ 41.18 24.08 8.61 -
YUV 121.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 246 67 72 0 0.73 0.71 0.04 358.32 0.91 0.61
Hex F6 43 48 0 49 47 4 166 5B 3D
Octal 366 103 110 0 111 107 4 546 133 75
Binary 11110110 1000011 1001000 0 1001001 1000111 100 101100110 1011011 111101

Color Harmonies of #F64348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64348

Black with #F64348

Text Example


Text Example

White with #F64348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64348; }

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

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

background-color css

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

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

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

border-color css

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

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

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