Html Css Color HEX #F64D4E Radical Red

📋 copy color: '#F64D4E'

red 246 ◦ green 77 ◦ blue 78

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

Shades of Radical Red #F64D4E

Tints of Radical Red #F64D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 61.35%
G = 19.2%
B = 19.45%

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

#F64D4E (or 0xF64D4E) is known color: Radical Red. HEX triplet: F6, 4D and 4E. RGB value is (246,77,78). Sum of RGB (Red+Green+Blue) = 246+77+78=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D4E is #09B2B1. Grayscale: #7F7F7F. Windows color (decimal): -635570 or 5131766. OLE color: 5131766.

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

Color convert

RGB 246 77 78 -
CMYK 0 0.69 0.68 0.04
HSL 359.65º 0.9% 0.63% -
HSV(B) 359.65º 0.69% 0.96% -
XYZ 42.04 25.45 9.9 -
YUV 127.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 246 77 78 0 0.69 0.68 0.04 359.65 0.9 0.63
Hex F6 4D 4E 0 45 44 4 168 5A 3F
Octal 366 115 116 0 105 104 4 550 132 77
Binary 11110110 1001101 1001110 0 1000101 1000100 100 101101000 1011010 111111

Color Harmonies of #F64D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D4E

Black with #F64D4E

Text Example


Text Example

White with #F64D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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