Html Css Color HEX #F63072 Radical Red

📋 copy color: '#F63072'

red 246 ◦ green 48 ◦ blue 114

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

Shades of Radical Red #F63072

Tints of Radical Red #F63072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 60.29%
G = 11.76%
B = 27.94%

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

#F63072 (or 0xF63072) is known color: Radical Red. HEX triplet: F6, 30 and 72. RGB value is (246,48,114). Sum of RGB (Red+Green+Blue) = 246+48+114=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F63072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63072 is #09CF8D. Grayscale: #727272. Windows color (decimal): -642958 or 7483638. OLE color: 7483638.

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

Color convert

RGB 246 48 114 -
CMYK 0 0.80 0.54 0.04
HSL 340º 0.92% 0.58% -
HSV(B) 340º 0.8% 0.96% -
XYZ 42.1 22.92 18.12 -
YUV 114.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 246 48 114 0 0.80 0.54 0.04 340 0.92 0.58
Hex F6 30 72 0 50 36 4 154 5C 3A
Octal 366 60 162 0 120 66 4 524 134 72
Binary 11110110 110000 1110010 0 1010000 110110 100 101010100 1011100 111010

Color Harmonies of #F63072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63072

Black with #F63072

Text Example


Text Example

White with #F63072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63072; }

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

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

background-color css

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

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

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

border-color css

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

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

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