Html Css Color HEX #F83370 Radical Red

📋 copy color: '#F83370'

red 248 ◦ green 51 ◦ blue 112

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

Shades of Radical Red #F83370

Tints of Radical Red #F83370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

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

R = 60.34%
G = 12.41%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F83370 (or 0xF83370) is known color: Radical Red. HEX triplet: F8, 33 and 70. RGB value is (248,51,112). Sum of RGB (Red+Green+Blue) = 248+51+112=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F83370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83370 is #07CC8F. Grayscale: #747474. Windows color (decimal): -511120 or 7353336. OLE color: 7353336.

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

Color convert

RGB 248 51 112 -
CMYK 0 0.79 0.55 0.03
HSL 341.42º 0.93% 0.59% -
HSV(B) 341.42º 0.79% 0.97% -
XYZ 42.82 23.49 17.61 -
YUV 116.86 125.27 221.54 -
System Red Green Blue C M Y K H S L
Decimal 248 51 112 0 0.79 0.55 0.03 341.42 0.93 0.59
Hex F8 33 70 0 4F 37 3 155 5D 3B
Octal 370 63 160 0 117 67 3 525 135 73
Binary 11111000 110011 1110000 0 1001111 110111 11 101010101 1011101 111011

Color Harmonies of #F83370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83370

Black with #F83370

Text Example


Text Example

White with #F83370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83370; }

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

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

background-color css

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

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

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

border-color css

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

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

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