Html Css Color HEX #F83070 Radical Red

📋 copy color: '#F83070'

red 248 ◦ green 48 ◦ blue 112

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

Shades of Radical Red #F83070

Tints of Radical Red #F83070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 60.78%
G = 11.76%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F83070 (or 0xF83070) is known color: Radical Red. HEX triplet: F8, 30 and 70. RGB value is (248,48,112). Sum of RGB (Red+Green+Blue) = 248+48+112=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F83070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83070 is #07CF8F. Grayscale: #737373. Windows color (decimal): -511888 or 7352568. OLE color: 7352568.

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

Color convert

RGB 248 48 112 -
CMYK 0 0.81 0.55 0.03
HSL 340.8º 0.93% 0.58% -
HSV(B) 340.8º 0.81% 0.97% -
XYZ 42.69 23.24 17.56 -
YUV 115.1 126.26 222.8 -
System Red Green Blue C M Y K H S L
Decimal 248 48 112 0 0.81 0.55 0.03 340.8 0.93 0.58
Hex F8 30 70 0 51 37 3 155 5D 3A
Octal 370 60 160 0 121 67 3 525 135 72
Binary 11111000 110000 1110000 0 1010001 110111 11 101010101 1011101 111010

Color Harmonies of #F83070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83070

Black with #F83070

Text Example


Text Example

White with #F83070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83070; }

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

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

background-color css

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

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

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

border-color css

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

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

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