Html Css Color HEX #F84156 Radical Red

📋 copy color: '#F84156'

red 248 ◦ green 65 ◦ blue 86

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

Shades of Radical Red #F84156

Tints of Radical Red #F84156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 62.16%
G = 16.29%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F84156 (or 0xF84156) is known color: Radical Red. HEX triplet: F8, 41 and 56. RGB value is (248,65,86). Sum of RGB (Red+Green+Blue) = 248+65+86=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F84156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84156 is #07BEA9. Grayscale: #7A7A7A. Windows color (decimal): -507562 or 5652984. OLE color: 5652984.

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

Color convert

RGB 248 65 86 -
CMYK 0 0.74 0.65 0.03
HSL 353.11º 0.93% 0.61% -
HSV(B) 353.11º 0.74% 0.97% -
XYZ 42.28 24.41 11.29 -
YUV 122.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 248 65 86 0 0.74 0.65 0.03 353.11 0.93 0.61
Hex F8 41 56 0 4A 41 3 161 5D 3D
Octal 370 101 126 0 112 101 3 541 135 75
Binary 11111000 1000001 1010110 0 1001010 1000001 11 101100001 1011101 111101

Color Harmonies of #F84156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84156

Black with #F84156

Text Example


Text Example

White with #F84156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84156; }

 p { color: rgb(248,65,86); }

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

background-color css

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

 a { background-color: rgb(248,65,86); }

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

border-color css

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

 span { border-color: rgb(248,65,86); }

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