Html Css Color HEX #F64148 Radical Red

📋 copy color: '#F64148'

red 246 ◦ green 65 ◦ blue 72

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

Shades of Radical Red #F64148

Tints of Radical Red #F64148

RGB

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

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

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

R = 64.23%
G = 16.97%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F64148 (or 0xF64148) is known color: Radical Red. HEX triplet: F6, 41 and 48. RGB value is (246,65,72). Sum of RGB (Red+Green+Blue) = 246+65+72=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F64148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64148 is #09BEB7. Grayscale: #787878. Windows color (decimal): -638648 or 4735478. OLE color: 4735478.

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

Color convert

RGB 246 65 72 -
CMYK 0 0.74 0.71 0.04
HSL 357.68º 0.91% 0.61% -
HSV(B) 357.68º 0.74% 0.96% -
XYZ 41.07 23.84 8.57 -
YUV 119.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 246 65 72 0 0.74 0.71 0.04 357.68 0.91 0.61
Hex F6 41 48 0 4A 47 4 166 5B 3D
Octal 366 101 110 0 112 107 4 546 133 75
Binary 11110110 1000001 1001000 0 1001010 1000111 100 101100110 1011011 111101

Color Harmonies of #F64148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64148

Black with #F64148

Text Example


Text Example

White with #F64148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64148; }

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

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

background-color css

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

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

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

border-color css

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

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

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