Html Css Color HEX #F64C54 Radical Red

📋 copy color: '#F64C54'

red 246 ◦ green 76 ◦ blue 84

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

Shades of Radical Red #F64C54

Tints of Radical Red #F64C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

 BLUE value IS 84 (33.2% from 255) = 20.69%

R = 60.59%
G = 18.72%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F64C54 (or 0xF64C54) is known color: Radical Red. HEX triplet: F6, 4C and 54. RGB value is (246,76,84). Sum of RGB (Red+Green+Blue) = 246+76+84=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64C54 is #09B3AB. Grayscale: #7F7F7F. Windows color (decimal): -635820 or 5524726. OLE color: 5524726.

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

Color convert

RGB 246 76 84 -
CMYK 0 0.69 0.66 0.04
HSL 357.18º 0.9% 0.63% -
HSV(B) 357.18º 0.69% 0.96% -
XYZ 42.19 25.4 11.07 -
YUV 127.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 246 76 84 0 0.69 0.66 0.04 357.18 0.9 0.63
Hex F6 4C 54 0 45 42 4 165 5A 3F
Octal 366 114 124 0 105 102 4 545 132 77
Binary 11110110 1001100 1010100 0 1000101 1000010 100 101100101 1011010 111111

Color Harmonies of #F64C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C54

Black with #F64C54

Text Example


Text Example

White with #F64C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C54; }

 p { color: rgb(246,76,84); }

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

background-color css

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

 a { background-color: rgb(246,76,84); }

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

border-color css

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

 span { border-color: rgb(246,76,84); }

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