Html Css Color HEX #F63071 Radical Red

📋 copy color: '#F63071'

red 246 ◦ green 48 ◦ blue 113

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

Shades of Radical Red #F63071

Tints of Radical Red #F63071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.76%

R = 60.44%
G = 11.79%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F63071 (or 0xF63071) is known color: Radical Red. HEX triplet: F6, 30 and 71. RGB value is (246,48,113). Sum of RGB (Red+Green+Blue) = 246+48+113=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F63071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63071 is #09CF8E. Grayscale: #727272. Windows color (decimal): -642959 or 7418102. OLE color: 7418102.

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

Color convert

RGB 246 48 113 -
CMYK 0 0.80 0.54 0.04
HSL 340.3º 0.92% 0.58% -
HSV(B) 340.3º 0.8% 0.96% -
XYZ 42.04 22.9 17.83 -
YUV 114.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 246 48 113 0 0.80 0.54 0.04 340.3 0.92 0.58
Hex F6 30 71 0 50 36 4 154 5C 3A
Octal 366 60 161 0 120 66 4 524 134 72
Binary 11110110 110000 1110001 0 1010000 110110 100 101010100 1011100 111010

Color Harmonies of #F63071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63071

Black with #F63071

Text Example


Text Example

White with #F63071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63071; }

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

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

background-color css

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

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

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

border-color css

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

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

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