Html Css Color HEX #F82C54 Radical Red

📋 copy color: '#F82C54'

red 248 ◦ green 44 ◦ blue 84

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

Shades of Radical Red #F82C54

Tints of Radical Red #F82C54

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.7%

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

R = 65.96%
G = 11.7%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F82C54 (or 0xF82C54) is known color: Radical Red. HEX triplet: F8, 2C and 54. RGB value is (248,44,84). Sum of RGB (Red+Green+Blue) = 248+44+84=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C54 is #07D3AB. Grayscale: #6D6D6D. Windows color (decimal): -512940 or 5516536. OLE color: 5516536.

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

Color convert

RGB 248 44 84 -
CMYK 0 0.82 0.66 0.03
HSL 348.24º 0.94% 0.57% -
HSV(B) 348.24º 0.82% 0.97% -
XYZ 41.21 22.4 10.54 -
YUV 109.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 248 44 84 0 0.82 0.66 0.03 348.24 0.94 0.57
Hex F8 2C 54 0 52 42 3 15C 5E 39
Octal 370 54 124 0 122 102 3 534 136 71
Binary 11111000 101100 1010100 0 1010010 1000010 11 101011100 1011110 111001

Color Harmonies of #F82C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C54

Black with #F82C54

Text Example


Text Example

White with #F82C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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