Html Css Color HEX #F62364 Radical Red

📋 copy color: '#F62364'

red 246 ◦ green 35 ◦ blue 100

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

Shades of Radical Red #F62364

Tints of Radical Red #F62364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 64.57%
G = 9.19%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F62364 (or 0xF62364) is known color: Radical Red. HEX triplet: F6, 23 and 64. RGB value is (246,35,100). Sum of RGB (Red+Green+Blue) = 246+35+100=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F62364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62364 is #09DC9B. Grayscale: #696969. Windows color (decimal): -646300 or 6562806. OLE color: 6562806.

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

Color convert

RGB 246 35 100 -
CMYK 0 0.86 0.59 0.04
HSL 341.52º 0.92% 0.55% -
HSV(B) 341.52º 0.86% 0.96% -
XYZ 40.91 21.71 14.09 -
YUV 105.5 124.9 228.21 -
System Red Green Blue C M Y K H S L
Decimal 246 35 100 0 0.86 0.59 0.04 341.52 0.92 0.55
Hex F6 23 64 0 56 3B 4 156 5C 37
Octal 366 43 144 0 126 73 4 526 134 67
Binary 11110110 100011 1100100 0 1010110 111011 100 101010110 1011100 110111

Color Harmonies of #F62364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62364

Black with #F62364

Text Example


Text Example

White with #F62364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62364; }

 p { color: rgb(246,35,100); }

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

background-color css

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

 a { background-color: rgb(246,35,100); }

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

border-color css

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

 span { border-color: rgb(246,35,100); }

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