Html Css Color HEX #F83168 Radical Red

📋 copy color: '#F83168'

red 248 ◦ green 49 ◦ blue 104

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

Shades of Radical Red #F83168

Tints of Radical Red #F83168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 61.85%
G = 12.22%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F83168 (or 0xF83168) is known color: Radical Red. HEX triplet: F8, 31 and 68. RGB value is (248,49,104). Sum of RGB (Red+Green+Blue) = 248+49+104=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F83168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83168 is #07CE97. Grayscale: #727272. Windows color (decimal): -511640 or 6828536. OLE color: 6828536.

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

Color convert

RGB 248 49 104 -
CMYK 0 0.80 0.58 0.03
HSL 343.42º 0.93% 0.58% -
HSV(B) 343.42º 0.8% 0.97% -
XYZ 42.31 23.15 15.34 -
YUV 114.77 121.93 223.03 -
System Red Green Blue C M Y K H S L
Decimal 248 49 104 0 0.80 0.58 0.03 343.42 0.93 0.58
Hex F8 31 68 0 50 3A 3 157 5D 3A
Octal 370 61 150 0 120 72 3 527 135 72
Binary 11111000 110001 1101000 0 1010000 111010 11 101010111 1011101 111010

Color Harmonies of #F83168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83168

Black with #F83168

Text Example


Text Example

White with #F83168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83168; }

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

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

background-color css

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

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

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

border-color css

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

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

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