Html Css Color HEX #F64D4F Radical Red

📋 copy color: '#F64D4F'

red 246 ◦ green 77 ◦ blue 79

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

Shades of Radical Red #F64D4F

Tints of Radical Red #F64D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 79 (31.25% from 255) = 19.65%

R = 61.19%
G = 19.15%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F64D4F (or 0xF64D4F) is known color: Radical Red. HEX triplet: F6, 4D and 4F. RGB value is (246,77,79). Sum of RGB (Red+Green+Blue) = 246+77+79=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D4F is #09B2B0. Grayscale: #7F7F7F. Windows color (decimal): -635569 or 5197302. OLE color: 5197302.

HSL color Cylindrical-coordinate representation of color #F64D4F: hue angle of 359.29º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64D4F is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 77 79 -
CMYK 0 0.69 0.68 0.04
HSL 359.29º 0.9% 0.63% -
HSV(B) 359.29º 0.69% 0.96% -
XYZ 42.07 25.47 10.09 -
YUV 127.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 246 77 79 0 0.69 0.68 0.04 359.29 0.9 0.63
Hex F6 4D 4F 0 45 44 4 167 5A 3F
Octal 366 115 117 0 105 104 4 547 132 77
Binary 11110110 1001101 1001111 0 1000101 1000100 100 101100111 1011010 111111

Color Harmonies of #F64D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D4F

Black with #F64D4F

Text Example


Text Example

White with #F64D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D4F; }

 p { color: rgb(246,77,79); }

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

background-color css

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

 a { background-color: rgb(246,77,79); }

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

border-color css

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

 span { border-color: rgb(246,77,79); }

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