Html Css Color HEX #F63273 Radical Red

📋 copy color: '#F63273'

red 246 ◦ green 50 ◦ blue 115

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

Shades of Radical Red #F63273

Tints of Radical Red #F63273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.17%

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 59.85%
G = 12.17%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F63273 (or 0xF63273) is known color: Radical Red. HEX triplet: F6, 32 and 73. RGB value is (246,50,115). Sum of RGB (Red+Green+Blue) = 246+50+115=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F63273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63273 is #09CD8C. Grayscale: #737373. Windows color (decimal): -642445 or 7549686. OLE color: 7549686.

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

Color convert

RGB 246 50 115 -
CMYK 0 0.80 0.53 0.04
HSL 340.1º 0.92% 0.58% -
HSV(B) 340.1º 0.8% 0.96% -
XYZ 42.24 23.11 18.45 -
YUV 116.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 246 50 115 0 0.80 0.53 0.04 340.1 0.92 0.58
Hex F6 32 73 0 50 35 4 154 5C 3A
Octal 366 62 163 0 120 65 4 524 134 72
Binary 11110110 110010 1110011 0 1010000 110101 100 101010100 1011100 111010

Color Harmonies of #F63273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63273

Black with #F63273

Text Example


Text Example

White with #F63273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63273; }

 p { color: rgb(246,50,115); }

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

background-color css

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

 a { background-color: rgb(246,50,115); }

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

border-color css

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

 span { border-color: rgb(246,50,115); }

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