Html Css Color HEX #F63264 Radical Red

📋 copy color: '#F63264'

red 246 ◦ green 50 ◦ blue 100

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

Shades of Radical Red #F63264

Tints of Radical Red #F63264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.63%

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

R = 62.12%
G = 12.63%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F63264 (or 0xF63264) is known color: Radical Red. HEX triplet: F6, 32 and 64. RGB value is (246,50,100). Sum of RGB (Red+Green+Blue) = 246+50+100=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F63264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63264 is #09CD9B. Grayscale: #727272. Windows color (decimal): -642460 or 6566646. OLE color: 6566646.

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

Color convert

RGB 246 50 100 -
CMYK 0 0.80 0.59 0.04
HSL 344.69º 0.92% 0.58% -
HSV(B) 344.69º 0.8% 0.96% -
XYZ 41.45 22.79 14.27 -
YUV 114.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 246 50 100 0 0.80 0.59 0.04 344.69 0.92 0.58
Hex F6 32 64 0 50 3B 4 159 5C 3A
Octal 366 62 144 0 120 73 4 531 134 72
Binary 11110110 110010 1100100 0 1010000 111011 100 101011001 1011100 111010

Color Harmonies of #F63264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63264

Black with #F63264

Text Example


Text Example

White with #F63264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63264; }

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

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

background-color css

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

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

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

border-color css

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

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

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