Html Css Color HEX #F63053 Radical Red

📋 copy color: '#F63053'

red 246 ◦ green 48 ◦ blue 83

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

Shades of Radical Red #F63053

Tints of Radical Red #F63053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 65.25%
G = 12.73%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F63053 (or 0xF63053) is known color: Radical Red. HEX triplet: F6, 30 and 53. RGB value is (246,48,83). Sum of RGB (Red+Green+Blue) = 246+48+83=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F63053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63053 is #09CFAC. Grayscale: #6F6F6F. Windows color (decimal): -642989 or 5452022. OLE color: 5452022.

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

Color convert

RGB 246 48 83 -
CMYK 0 0.80 0.66 0.04
HSL 349.39º 0.92% 0.58% -
HSV(B) 349.39º 0.8% 0.96% -
XYZ 40.62 22.33 10.35 -
YUV 111.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 246 48 83 0 0.80 0.66 0.04 349.39 0.92 0.58
Hex F6 30 53 0 50 42 4 15D 5C 3A
Octal 366 60 123 0 120 102 4 535 134 72
Binary 11110110 110000 1010011 0 1010000 1000010 100 101011101 1011100 111010

Color Harmonies of #F63053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63053

Black with #F63053

Text Example


Text Example

White with #F63053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63053; }

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

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

background-color css

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

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

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

border-color css

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

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

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