Html Css Color HEX #F84254 Radical Red

📋 copy color: '#F84254'

red 248 ◦ green 66 ◦ blue 84

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

Shades of Radical Red #F84254

Tints of Radical Red #F84254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.58%

 BLUE value IS 84 (33.2% from 255) = 21.11%

R = 62.31%
G = 16.58%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F84254 (or 0xF84254) is known color: Radical Red. HEX triplet: F8, 42 and 54. RGB value is (248,66,84). Sum of RGB (Red+Green+Blue) = 248+66+84=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F84254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84254 is #07BDAB. Grayscale: #7A7A7A. Windows color (decimal): -507308 or 5522168. OLE color: 5522168.

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

Color convert

RGB 248 66 84 -
CMYK 0 0.73 0.66 0.03
HSL 354.07º 0.93% 0.62% -
HSV(B) 354.07º 0.73% 0.97% -
XYZ 42.26 24.49 10.89 -
YUV 122.47 106.3 217.54 -
System Red Green Blue C M Y K H S L
Decimal 248 66 84 0 0.73 0.66 0.03 354.07 0.93 0.62
Hex F8 42 54 0 49 42 3 162 5D 3E
Octal 370 102 124 0 111 102 3 542 135 76
Binary 11111000 1000010 1010100 0 1001001 1000010 11 101100010 1011101 111110

Color Harmonies of #F84254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84254

Black with #F84254

Text Example


Text Example

White with #F84254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84254; }

 p { color: rgb(248,66,84); }

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

background-color css

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

 a { background-color: rgb(248,66,84); }

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

border-color css

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

 span { border-color: rgb(248,66,84); }

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