Html Css Color HEX #F64370 Radical Red

📋 copy color: '#F64370'

red 246 ◦ green 67 ◦ blue 112

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

Shades of Radical Red #F64370

Tints of Radical Red #F64370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 57.88%
G = 15.76%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64370 (or 0xF64370) is known color: Radical Red. HEX triplet: F6, 43 and 70. RGB value is (246,67,112). Sum of RGB (Red+Green+Blue) = 246+67+112=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F64370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64370 is #09BC8F. Grayscale: #7D7D7D. Windows color (decimal): -638096 or 7357430. OLE color: 7357430.

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

Color convert

RGB 246 67 112 -
CMYK 0 0.73 0.54 0.04
HSL 344.92º 0.91% 0.61% -
HSV(B) 344.92º 0.73% 0.96% -
XYZ 42.94 24.78 17.85 -
YUV 125.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 246 67 112 0 0.73 0.54 0.04 344.92 0.91 0.61
Hex F6 43 70 0 49 36 4 159 5B 3D
Octal 366 103 160 0 111 66 4 531 133 75
Binary 11110110 1000011 1110000 0 1001001 110110 100 101011001 1011011 111101

Color Harmonies of #F64370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64370

Black with #F64370

Text Example


Text Example

White with #F64370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64370; }

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

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

background-color css

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

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

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

border-color css

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

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

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