Html Css Color HEX #F63052 Radical Red

📋 copy color: '#F63052'

red 246 ◦ green 48 ◦ blue 82

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

Shades of Radical Red #F63052

Tints of Radical Red #F63052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.77%

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

R = 65.43%
G = 12.77%
B = 21.81%

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

#F63052 (or 0xF63052) is known color: Radical Red. HEX triplet: F6, 30 and 52. RGB value is (246,48,82). Sum of RGB (Red+Green+Blue) = 246+48+82=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F63052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63052 is #09CFAD. Grayscale: #6F6F6F. Windows color (decimal): -642990 or 5386486. OLE color: 5386486.

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

Color convert

RGB 246 48 82 -
CMYK 0 0.80 0.67 0.04
HSL 349.7º 0.92% 0.58% -
HSV(B) 349.7º 0.8% 0.96% -
XYZ 40.59 22.32 10.15 -
YUV 111.08 111.6 224.24 -
System Red Green Blue C M Y K H S L
Decimal 246 48 82 0 0.80 0.67 0.04 349.7 0.92 0.58
Hex F6 30 52 0 50 43 4 15E 5C 3A
Octal 366 60 122 0 120 103 4 536 134 72
Binary 11110110 110000 1010010 0 1010000 1000011 100 101011110 1011100 111010

Color Harmonies of #F63052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63052

Black with #F63052

Text Example


Text Example

White with #F63052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63052; }

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

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

background-color css

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

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

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

border-color css

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

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

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