Html Css Color HEX #F63473 Radical Red

📋 copy color: '#F63473'

red 246 ◦ green 52 ◦ blue 115

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

Shades of Radical Red #F63473

Tints of Radical Red #F63473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

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

R = 59.56%
G = 12.59%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F63473 (or 0xF63473) is known color: Radical Red. HEX triplet: F6, 34 and 73. RGB value is (246,52,115). Sum of RGB (Red+Green+Blue) = 246+52+115=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F63473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63473 is #09CB8C. Grayscale: #757575. Windows color (decimal): -641933 or 7550198. OLE color: 7550198.

HSL color Cylindrical-coordinate representation of color #F63473: hue angle of 340.52º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63473 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 52 115 -
CMYK 0 0.79 0.53 0.04
HSL 340.52º 0.92% 0.58% -
HSV(B) 340.52º 0.79% 0.96% -
XYZ 42.33 23.29 18.48 -
YUV 117.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 246 52 115 0 0.79 0.53 0.04 340.52 0.92 0.58
Hex F6 34 73 0 4F 35 4 155 5C 3A
Octal 366 64 163 0 117 65 4 525 134 72
Binary 11110110 110100 1110011 0 1001111 110101 100 101010101 1011100 111010

Color Harmonies of #F63473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63473

Black with #F63473

Text Example


Text Example

White with #F63473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63473; }

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

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

background-color css

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

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

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

border-color css

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

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

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