Html Css Color HEX #F82A51 Radical Red

📋 copy color: '#F82A51'

red 248 ◦ green 42 ◦ blue 81

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

Shades of Radical Red #F82A51

Tints of Radical Red #F82A51

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.32%

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 66.85%
G = 11.32%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F82A51 (or 0xF82A51) is known color: Radical Red. HEX triplet: F8, 2A and 51. RGB value is (248,42,81). Sum of RGB (Red+Green+Blue) = 248+42+81=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82A51 is #07D5AE. Grayscale: #6C6C6C. Windows color (decimal): -513455 or 5319416. OLE color: 5319416.

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

Color convert

RGB 248 42 81 -
CMYK 0 0.83 0.67 0.03
HSL 348.64º 0.94% 0.57% -
HSV(B) 348.64º 0.83% 0.97% -
XYZ 41.02 22.21 9.91 -
YUV 108.04 112.75 227.83 -
System Red Green Blue C M Y K H S L
Decimal 248 42 81 0 0.83 0.67 0.03 348.64 0.94 0.57
Hex F8 2A 51 0 53 43 3 15D 5E 39
Octal 370 52 121 0 123 103 3 535 136 71
Binary 11111000 101010 1010001 0 1010011 1000011 11 101011101 1011110 111001

Color Harmonies of #F82A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A51

Black with #F82A51

Text Example


Text Example

White with #F82A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A51; }

 p { color: rgb(248,42,81); }

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

background-color css

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

 a { background-color: rgb(248,42,81); }

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

border-color css

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

 span { border-color: rgb(248,42,81); }

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