Html Css Color HEX #F63152 Radical Red

📋 copy color: '#F63152'

red 246 ◦ green 49 ◦ blue 82

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

Shades of Radical Red #F63152

Tints of Radical Red #F63152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 65.25%
G = 13%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F63152 (or 0xF63152) is known color: Radical Red. HEX triplet: F6, 31 and 52. RGB value is (246,49,82). Sum of RGB (Red+Green+Blue) = 246+49+82=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F63152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63152 is #09CEAD. Grayscale: #6F6F6F. Windows color (decimal): -642734 or 5386742. OLE color: 5386742.

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

Color convert

RGB 246 49 82 -
CMYK 0 0.80 0.67 0.04
HSL 349.95º 0.92% 0.58% -
HSV(B) 349.95º 0.8% 0.96% -
XYZ 40.63 22.4 10.16 -
YUV 111.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 246 49 82 0 0.80 0.67 0.04 349.95 0.92 0.58
Hex F6 31 52 0 50 43 4 15E 5C 3A
Octal 366 61 122 0 120 103 4 536 134 72
Binary 11110110 110001 1010010 0 1010000 1000011 100 101011110 1011100 111010

Color Harmonies of #F63152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63152

Black with #F63152

Text Example


Text Example

White with #F63152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63152; }

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

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

background-color css

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

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

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

border-color css

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

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

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