Html Css Color HEX #F6325C Radical Red

📋 copy color: '#F6325C'

red 246 ◦ green 50 ◦ blue 92

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

Shades of Radical Red #F6325C

Tints of Radical Red #F6325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 63.4%
G = 12.89%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6325C (or 0xF6325C) is known color: Radical Red. HEX triplet: F6, 32 and 5C. RGB value is (246,50,92). Sum of RGB (Red+Green+Blue) = 246+50+92=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6325C is #09CDA3. Grayscale: #717171. Windows color (decimal): -642468 or 6042358. OLE color: 6042358.

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

Color convert

RGB 246 50 92 -
CMYK 0 0.80 0.63 0.04
HSL 347.14º 0.92% 0.58% -
HSV(B) 347.14º 0.8% 0.96% -
XYZ 41.08 22.65 12.33 -
YUV 113.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 246 50 92 0 0.80 0.63 0.04 347.14 0.92 0.58
Hex F6 32 5C 0 50 3F 4 15B 5C 3A
Octal 366 62 134 0 120 77 4 533 134 72
Binary 11110110 110010 1011100 0 1010000 111111 100 101011011 1011100 111010

Color Harmonies of #F6325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6325C

Black with #F6325C

Text Example


Text Example

White with #F6325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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