Html Css Color HEX #F83076 Radical Red

📋 copy color: '#F83076'

red 248 ◦ green 48 ◦ blue 118

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

Shades of Radical Red #F83076

Tints of Radical Red #F83076

RGB

 RED value IS 248 (97.27% from 255) = 59.9%

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

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

R = 59.9%
G = 11.59%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F83076 (or 0xF83076) is known color: Radical Red. HEX triplet: F8, 30 and 76. RGB value is (248,48,118). Sum of RGB (Red+Green+Blue) = 248+48+118=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F83076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83076 is #07CF89. Grayscale: #737373. Windows color (decimal): -511882 or 7745784. OLE color: 7745784.

HSL color Cylindrical-coordinate representation of color #F83076: hue angle of 339º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83076 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 48 118 -
CMYK 0 0.81 0.52 0.03
HSL 339º 0.93% 0.58% -
HSV(B) 339º 0.81% 0.97% -
XYZ 43.04 23.38 19.38 -
YUV 115.78 129.26 222.31 -
System Red Green Blue C M Y K H S L
Decimal 248 48 118 0 0.81 0.52 0.03 339 0.93 0.58
Hex F8 30 76 0 51 34 3 153 5D 3A
Octal 370 60 166 0 121 64 3 523 135 72
Binary 11111000 110000 1110110 0 1010001 110100 11 101010011 1011101 111010

Color Harmonies of #F83076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83076

Black with #F83076

Text Example


Text Example

White with #F83076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83076; }

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

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

background-color css

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

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

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

border-color css

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

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

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