Html Css Color HEX #F63364 Radical Red

📋 copy color: '#F63364'

red 246 ◦ green 51 ◦ blue 100

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

Shades of Radical Red #F63364

Tints of Radical Red #F63364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.85%

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

R = 61.96%
G = 12.85%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F63364 (or 0xF63364) is known color: Radical Red. HEX triplet: F6, 33 and 64. RGB value is (246,51,100). Sum of RGB (Red+Green+Blue) = 246+51+100=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F63364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63364 is #09CC9B. Grayscale: #727272. Windows color (decimal): -642204 or 6566902. OLE color: 6566902.

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

Color convert

RGB 246 51 100 -
CMYK 0 0.79 0.59 0.04
HSL 344.92º 0.92% 0.58% -
HSV(B) 344.92º 0.79% 0.96% -
XYZ 41.49 22.88 14.29 -
YUV 114.89 119.6 221.52 -
System Red Green Blue C M Y K H S L
Decimal 246 51 100 0 0.79 0.59 0.04 344.92 0.92 0.58
Hex F6 33 64 0 4F 3B 4 159 5C 3A
Octal 366 63 144 0 117 73 4 531 134 72
Binary 11110110 110011 1100100 0 1001111 111011 100 101011001 1011100 111010

Color Harmonies of #F63364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63364

Black with #F63364

Text Example


Text Example

White with #F63364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63364; }

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

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

background-color css

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

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

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

border-color css

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

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

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