Html Css Color HEX #F83072 Radical Red

📋 copy color: '#F83072'

red 248 ◦ green 48 ◦ blue 114

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

Shades of Radical Red #F83072

Tints of Radical Red #F83072

RGB

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

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

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

R = 60.49%
G = 11.71%
B = 27.8%

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

#F83072 (or 0xF83072) is known color: Radical Red. HEX triplet: F8, 30 and 72. RGB value is (248,48,114). Sum of RGB (Red+Green+Blue) = 248+48+114=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F83072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83072 is #07CF8D. Grayscale: #737373. Windows color (decimal): -511886 or 7483640. OLE color: 7483640.

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

Color convert

RGB 248 48 114 -
CMYK 0 0.81 0.54 0.03
HSL 340.2º 0.93% 0.58% -
HSV(B) 340.2º 0.81% 0.97% -
XYZ 42.81 23.29 18.16 -
YUV 115.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 248 48 114 0 0.81 0.54 0.03 340.2 0.93 0.58
Hex F8 30 72 0 51 36 3 154 5D 3A
Octal 370 60 162 0 121 66 3 524 135 72
Binary 11111000 110000 1110010 0 1010001 110110 11 101010100 1011101 111010

Color Harmonies of #F83072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83072

Black with #F83072

Text Example


Text Example

White with #F83072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83072; }

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

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

background-color css

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

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

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

border-color css

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

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

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