Html Css Color HEX #F64655 Radical Red

📋 copy color: '#F64655'

red 246 ◦ green 70 ◦ blue 85

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

Shades of Radical Red #F64655

Tints of Radical Red #F64655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 61.35%
G = 17.46%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F64655 (or 0xF64655) is known color: Radical Red. HEX triplet: F6, 46 and 55. RGB value is (246,70,85). Sum of RGB (Red+Green+Blue) = 246+70+85=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F64655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64655 is #09B9AA. Grayscale: #7C7C7C. Windows color (decimal): -637355 or 5588726. OLE color: 5588726.

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

Color convert

RGB 246 70 85 -
CMYK 0 0.72 0.65 0.04
HSL 354.89º 0.91% 0.62% -
HSV(B) 354.89º 0.72% 0.96% -
XYZ 41.84 24.63 11.14 -
YUV 124.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 246 70 85 0 0.72 0.65 0.04 354.89 0.91 0.62
Hex F6 46 55 0 48 41 4 163 5B 3E
Octal 366 106 125 0 110 101 4 543 133 76
Binary 11110110 1000110 1010101 0 1001000 1000001 100 101100011 1011011 111110

Color Harmonies of #F64655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64655

Black with #F64655

Text Example


Text Example

White with #F64655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64655; }

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

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

background-color css

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

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

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

border-color css

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

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

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