Html Css Color HEX #F83073 Radical Red

📋 copy color: '#F83073'

red 248 ◦ green 48 ◦ blue 115

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

Shades of Radical Red #F83073

Tints of Radical Red #F83073

RGB

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

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

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

R = 60.34%
G = 11.68%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F83073 (or 0xF83073) is known color: Radical Red. HEX triplet: F8, 30 and 73. RGB value is (248,48,115). Sum of RGB (Red+Green+Blue) = 248+48+115=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F83073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83073 is #07CF8C. Grayscale: #737373. Windows color (decimal): -511885 or 7549176. OLE color: 7549176.

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

Color convert

RGB 248 48 115 -
CMYK 0 0.81 0.54 0.03
HSL 339.9º 0.93% 0.58% -
HSV(B) 339.9º 0.81% 0.97% -
XYZ 42.86 23.31 18.46 -
YUV 115.44 127.76 222.55 -
System Red Green Blue C M Y K H S L
Decimal 248 48 115 0 0.81 0.54 0.03 339.9 0.93 0.58
Hex F8 30 73 0 51 36 3 154 5D 3A
Octal 370 60 163 0 121 66 3 524 135 72
Binary 11111000 110000 1110011 0 1010001 110110 11 101010100 1011101 111010

Color Harmonies of #F83073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83073

Black with #F83073

Text Example


Text Example

White with #F83073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83073; }

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

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

background-color css

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

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

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

border-color css

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

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

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