Html Css Color HEX #F63162 Radical Red

📋 copy color: '#F63162'

red 246 ◦ green 49 ◦ blue 98

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

Shades of Radical Red #F63162

Tints of Radical Red #F63162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.47%

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 62.6%
G = 12.47%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F63162 (or 0xF63162) is known color: Radical Red. HEX triplet: F6, 31 and 62. RGB value is (246,49,98). Sum of RGB (Red+Green+Blue) = 246+49+98=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F63162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63162 is #09CE9D. Grayscale: #717171. Windows color (decimal): -642718 or 6435318. OLE color: 6435318.

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

Color convert

RGB 246 49 98 -
CMYK 0 0.80 0.60 0.04
HSL 345.08º 0.92% 0.58% -
HSV(B) 345.08º 0.8% 0.96% -
XYZ 41.31 22.67 13.75 -
YUV 113.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 246 49 98 0 0.80 0.60 0.04 345.08 0.92 0.58
Hex F6 31 62 0 50 3C 4 159 5C 3A
Octal 366 61 142 0 120 74 4 531 134 72
Binary 11110110 110001 1100010 0 1010000 111100 100 101011001 1011100 111010

Color Harmonies of #F63162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63162

Black with #F63162

Text Example


Text Example

White with #F63162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63162; }

 p { color: rgb(246,49,98); }

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

background-color css

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

 a { background-color: rgb(246,49,98); }

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

border-color css

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

 span { border-color: rgb(246,49,98); }

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