Html Css Color HEX #F82576 Radical Red

📋 copy color: '#F82576'

red 248 ◦ green 37 ◦ blue 118

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

Shades of Radical Red #F82576

Tints of Radical Red #F82576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.18%

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 61.54%
G = 9.18%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F82576 (or 0xF82576) is known color: Radical Red. HEX triplet: F8, 25 and 76. RGB value is (248,37,118). Sum of RGB (Red+Green+Blue) = 248+37+118=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F82576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82576 is #07DA89. Grayscale: #6D6D6D. Windows color (decimal): -514698 or 7742968. OLE color: 7742968.

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

Color convert

RGB 248 37 118 -
CMYK 0 0.85 0.52 0.03
HSL 336.97º 0.94% 0.56% -
HSV(B) 336.97º 0.85% 0.97% -
XYZ 42.64 22.59 19.25 -
YUV 109.32 132.9 226.91 -
System Red Green Blue C M Y K H S L
Decimal 248 37 118 0 0.85 0.52 0.03 336.97 0.94 0.56
Hex F8 25 76 0 55 34 3 151 5E 38
Octal 370 45 166 0 125 64 3 521 136 70
Binary 11111000 100101 1110110 0 1010101 110100 11 101010001 1011110 111000

Color Harmonies of #F82576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82576

Black with #F82576

Text Example


Text Example

White with #F82576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82576; }

 p { color: rgb(248,37,118); }

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

background-color css

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

 a { background-color: rgb(248,37,118); }

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

border-color css

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

 span { border-color: rgb(248,37,118); }

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