Html Css Color HEX #F83970 Radical Red

📋 copy color: '#F83970'

red 248 ◦ green 57 ◦ blue 112

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

Shades of Radical Red #F83970

Tints of Radical Red #F83970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.67%

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

R = 59.47%
G = 13.67%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F83970 (or 0xF83970) is known color: Radical Red. HEX triplet: F8, 39 and 70. RGB value is (248,57,112). Sum of RGB (Red+Green+Blue) = 248+57+112=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F83970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83970 is #07C68F. Grayscale: #787878. Windows color (decimal): -509584 or 7354872. OLE color: 7354872.

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

Color convert

RGB 248 57 112 -
CMYK 0 0.77 0.55 0.03
HSL 342.72º 0.93% 0.6% -
HSV(B) 342.72º 0.77% 0.97% -
XYZ 43.1 24.05 17.7 -
YUV 120.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 248 57 112 0 0.77 0.55 0.03 342.72 0.93 0.6
Hex F8 39 70 0 4D 37 3 157 5D 3C
Octal 370 71 160 0 115 67 3 527 135 74
Binary 11111000 111001 1110000 0 1001101 110111 11 101010111 1011101 111100

Color Harmonies of #F83970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83970

Black with #F83970

Text Example


Text Example

White with #F83970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83970; }

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

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

background-color css

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

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

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

border-color css

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

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

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