Html Css Color HEX #F82959 Radical Red

📋 copy color: '#F82959'

red 248 ◦ green 41 ◦ blue 89

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

Shades of Radical Red #F82959

Tints of Radical Red #F82959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.85%

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 65.61%
G = 10.85%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F82959 (or 0xF82959) is known color: Radical Red. HEX triplet: F8, 29 and 59. RGB value is (248,41,89). Sum of RGB (Red+Green+Blue) = 248+41+89=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F82959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82959 is #07D6A6. Grayscale: #6C6C6C. Windows color (decimal): -513703 or 5843448. OLE color: 5843448.

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

Color convert

RGB 248 41 89 -
CMYK 0 0.83 0.64 0.03
HSL 346.09º 0.94% 0.57% -
HSV(B) 346.09º 0.83% 0.97% -
XYZ 41.31 22.26 11.57 -
YUV 108.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 248 41 89 0 0.83 0.64 0.03 346.09 0.94 0.57
Hex F8 29 59 0 53 40 3 15A 5E 39
Octal 370 51 131 0 123 100 3 532 136 71
Binary 11111000 101001 1011001 0 1010011 1000000 11 101011010 1011110 111001

Color Harmonies of #F82959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82959

Black with #F82959

Text Example


Text Example

White with #F82959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82959; }

 p { color: rgb(248,41,89); }

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

background-color css

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

 a { background-color: rgb(248,41,89); }

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

border-color css

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

 span { border-color: rgb(248,41,89); }

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