Html Css Color HEX #F6325E Radical Red

📋 copy color: '#F6325E'

red 246 ◦ green 50 ◦ blue 94

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

Shades of Radical Red #F6325E

Tints of Radical Red #F6325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.1%

R = 63.08%
G = 12.82%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6325E (or 0xF6325E) is known color: Radical Red. HEX triplet: F6, 32 and 5E. RGB value is (246,50,94). Sum of RGB (Red+Green+Blue) = 246+50+94=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6325E is #09CDA1. Grayscale: #717171. Windows color (decimal): -642466 or 6173430. OLE color: 6173430.

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

Color convert

RGB 246 50 94 -
CMYK 0 0.80 0.62 0.04
HSL 346.53º 0.92% 0.58% -
HSV(B) 346.53º 0.8% 0.96% -
XYZ 41.17 22.68 12.8 -
YUV 113.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 246 50 94 0 0.80 0.62 0.04 346.53 0.92 0.58
Hex F6 32 5E 0 50 3E 4 15B 5C 3A
Octal 366 62 136 0 120 76 4 533 134 72
Binary 11110110 110010 1011110 0 1010000 111110 100 101011011 1011100 111010

Color Harmonies of #F6325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6325E

Black with #F6325E

Text Example


Text Example

White with #F6325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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