Html Css Color HEX #F83170 Radical Red

📋 copy color: '#F83170'

red 248 ◦ green 49 ◦ blue 112

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

Shades of Radical Red #F83170

Tints of Radical Red #F83170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.98%

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

R = 60.64%
G = 11.98%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F83170 (or 0xF83170) is known color: Radical Red. HEX triplet: F8, 31 and 70. RGB value is (248,49,112). Sum of RGB (Red+Green+Blue) = 248+49+112=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F83170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83170 is #07CE8F. Grayscale: #737373. Windows color (decimal): -511632 or 7352824. OLE color: 7352824.

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

Color convert

RGB 248 49 112 -
CMYK 0 0.80 0.55 0.03
HSL 341.01º 0.93% 0.58% -
HSV(B) 341.01º 0.8% 0.97% -
XYZ 42.73 23.32 17.58 -
YUV 115.68 125.93 222.38 -
System Red Green Blue C M Y K H S L
Decimal 248 49 112 0 0.80 0.55 0.03 341.01 0.93 0.58
Hex F8 31 70 0 50 37 3 155 5D 3A
Octal 370 61 160 0 120 67 3 525 135 72
Binary 11111000 110001 1110000 0 1010000 110111 11 101010101 1011101 111010

Color Harmonies of #F83170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83170

Black with #F83170

Text Example


Text Example

White with #F83170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83170; }

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

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

background-color css

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

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

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

border-color css

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

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

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