Html Css Color HEX #F63158 Radical Red

📋 copy color: '#F63158'

red 246 ◦ green 49 ◦ blue 88

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

Shades of Radical Red #F63158

Tints of Radical Red #F63158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 64.23%
G = 12.79%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F63158 (or 0xF63158) is known color: Radical Red. HEX triplet: F6, 31 and 58. RGB value is (246,49,88). Sum of RGB (Red+Green+Blue) = 246+49+88=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F63158 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63158 is #09CEA7. Grayscale: #707070. Windows color (decimal): -642728 or 5779958. OLE color: 5779958.

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

Color convert

RGB 246 49 88 -
CMYK 0 0.80 0.64 0.04
HSL 348.12º 0.92% 0.58% -
HSV(B) 348.12º 0.8% 0.96% -
XYZ 40.87 22.49 11.42 -
YUV 112.35 114.27 223.33 -
System Red Green Blue C M Y K H S L
Decimal 246 49 88 0 0.80 0.64 0.04 348.12 0.92 0.58
Hex F6 31 58 0 50 40 4 15C 5C 3A
Octal 366 61 130 0 120 100 4 534 134 72
Binary 11110110 110001 1011000 0 1010000 1000000 100 101011100 1011100 111010

Color Harmonies of #F63158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63158

Black with #F63158

Text Example


Text Example

White with #F63158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63158; }

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

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

background-color css

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

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

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

border-color css

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

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

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