Html Css Color HEX #F83060 Radical Red

📋 copy color: '#F83060'

red 248 ◦ green 48 ◦ blue 96

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

Shades of Radical Red #F83060

Tints of Radical Red #F83060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 63.27%
G = 12.24%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F83060 (or 0xF83060) is known color: Radical Red. HEX triplet: F8, 30 and 60. RGB value is (248,48,96). Sum of RGB (Red+Green+Blue) = 248+48+96=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F83060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83060 is #07CF9F. Grayscale: #717171. Windows color (decimal): -511904 or 6303992. OLE color: 6303992.

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

Color convert

RGB 248 48 96 -
CMYK 0 0.81 0.61 0.03
HSL 345.6º 0.93% 0.58% -
HSV(B) 345.6º 0.81% 0.97% -
XYZ 41.88 22.91 13.28 -
YUV 113.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 248 48 96 0 0.81 0.61 0.03 345.6 0.93 0.58
Hex F8 30 60 0 51 3D 3 15A 5D 3A
Octal 370 60 140 0 121 75 3 532 135 72
Binary 11111000 110000 1100000 0 1010001 111101 11 101011010 1011101 111010

Color Harmonies of #F83060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83060

Black with #F83060

Text Example


Text Example

White with #F83060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83060; }

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

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

background-color css

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

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

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

border-color css

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

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

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