Html Css Color HEX #F63076 Radical Red

📋 copy color: '#F63076'

red 246 ◦ green 48 ◦ blue 118

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

Shades of Radical Red #F63076

Tints of Radical Red #F63076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 59.71%
G = 11.65%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F63076 (or 0xF63076) is known color: Radical Red. HEX triplet: F6, 30 and 76. RGB value is (246,48,118). Sum of RGB (Red+Green+Blue) = 246+48+118=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F63076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63076 is #09CF89. Grayscale: #737373. Windows color (decimal): -642954 or 7745782. OLE color: 7745782.

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

Color convert

RGB 246 48 118 -
CMYK 0 0.80 0.52 0.04
HSL 338.79º 0.92% 0.58% -
HSV(B) 338.79º 0.8% 0.96% -
XYZ 42.33 23.01 19.35 -
YUV 115.18 129.6 221.31 -
System Red Green Blue C M Y K H S L
Decimal 246 48 118 0 0.80 0.52 0.04 338.79 0.92 0.58
Hex F6 30 76 0 50 34 4 153 5C 3A
Octal 366 60 166 0 120 64 4 523 134 72
Binary 11110110 110000 1110110 0 1010000 110100 100 101010011 1011100 111010

Color Harmonies of #F63076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63076

Black with #F63076

Text Example


Text Example

White with #F63076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63076; }

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

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

background-color css

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

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

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

border-color css

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

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

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