Html Css Color HEX #F82259 Radical Red

📋 copy color: '#F82259'

red 248 ◦ green 34 ◦ blue 89

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

Shades of Radical Red #F82259

Tints of Radical Red #F82259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

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

R = 66.85%
G = 9.16%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F82259 (or 0xF82259) is known color: Radical Red. HEX triplet: F8, 22 and 59. RGB value is (248,34,89). Sum of RGB (Red+Green+Blue) = 248+34+89=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F82259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82259 is #07DDA6. Grayscale: #686868. Windows color (decimal): -515495 or 5841656. OLE color: 5841656.

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

Color convert

RGB 248 34 89 -
CMYK 0 0.86 0.64 0.03
HSL 344.58º 0.94% 0.55% -
HSV(B) 344.58º 0.86% 0.97% -
XYZ 41.09 21.82 11.5 -
YUV 104.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 248 34 89 0 0.86 0.64 0.03 344.58 0.94 0.55
Hex F8 22 59 0 56 40 3 159 5E 37
Octal 370 42 131 0 126 100 3 531 136 67
Binary 11111000 100010 1011001 0 1010110 1000000 11 101011001 1011110 110111

Color Harmonies of #F82259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82259

Black with #F82259

Text Example


Text Example

White with #F82259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82259; }

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

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

background-color css

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

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

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

border-color css

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

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

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