Html Css Color HEX #F6364C Radical Red

📋 copy color: '#F6364C'

red 246 ◦ green 54 ◦ blue 76

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

Shades of Radical Red #F6364C

Tints of Radical Red #F6364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.36%

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 65.43%
G = 14.36%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6364C (or 0xF6364C) is known color: Radical Red. HEX triplet: F6, 36 and 4C. RGB value is (246,54,76). Sum of RGB (Red+Green+Blue) = 246+54+76=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6364C is #09C9B3. Grayscale: #727272. Windows color (decimal): -641460 or 4994806. OLE color: 4994806.

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

Color convert

RGB 246 54 76 -
CMYK 0 0.78 0.69 0.04
HSL 353.13º 0.91% 0.59% -
HSV(B) 353.13º 0.78% 0.96% -
XYZ 40.63 22.75 9.09 -
YUV 113.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 246 54 76 0 0.78 0.69 0.04 353.13 0.91 0.59
Hex F6 36 4C 0 4E 45 4 161 5B 3B
Octal 366 66 114 0 116 105 4 541 133 73
Binary 11110110 110110 1001100 0 1001110 1000101 100 101100001 1011011 111011

Color Harmonies of #F6364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6364C

Black with #F6364C

Text Example


Text Example

White with #F6364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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