Html Css Color HEX #F82971 Radical Red

📋 copy color: '#F82971'

red 248 ◦ green 41 ◦ blue 113

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

Shades of Radical Red #F82971

Tints of Radical Red #F82971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.11%

R = 61.69%
G = 10.2%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F82971 (or 0xF82971) is known color: Radical Red. HEX triplet: F8, 29 and 71. RGB value is (248,41,113). Sum of RGB (Red+Green+Blue) = 248+41+113=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F82971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82971 is #07D68E. Grayscale: #6F6F6F. Windows color (decimal): -513679 or 7416312. OLE color: 7416312.

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

Color convert

RGB 248 41 113 -
CMYK 0 0.83 0.54 0.03
HSL 339.13º 0.94% 0.57% -
HSV(B) 339.13º 0.83% 0.97% -
XYZ 42.48 22.73 17.77 -
YUV 111.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 248 41 113 0 0.83 0.54 0.03 339.13 0.94 0.57
Hex F8 29 71 0 53 36 3 153 5E 39
Octal 370 51 161 0 123 66 3 523 136 71
Binary 11111000 101001 1110001 0 1010011 110110 11 101010011 1011110 111001

Color Harmonies of #F82971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82971

Black with #F82971

Text Example


Text Example

White with #F82971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82971; }

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

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

background-color css

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

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

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

border-color css

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

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

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