Html Css Color HEX #F82471 Radical Red

📋 copy color: '#F82471'

red 248 ◦ green 36 ◦ blue 113

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

Shades of Radical Red #F82471

Tints of Radical Red #F82471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

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

R = 62.47%
G = 9.07%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F82471 (or 0xF82471) is known color: Radical Red. HEX triplet: F8, 24 and 71. RGB value is (248,36,113). Sum of RGB (Red+Green+Blue) = 248+36+113=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F82471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82471 is #07DB8E. Grayscale: #6C6C6C. Windows color (decimal): -514959 or 7415032. OLE color: 7415032.

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

Color convert

RGB 248 36 113 -
CMYK 0 0.85 0.54 0.03
HSL 338.21º 0.94% 0.56% -
HSV(B) 338.21º 0.85% 0.97% -
XYZ 42.32 22.41 17.72 -
YUV 108.17 130.74 227.74 -
System Red Green Blue C M Y K H S L
Decimal 248 36 113 0 0.85 0.54 0.03 338.21 0.94 0.56
Hex F8 24 71 0 55 36 3 152 5E 38
Octal 370 44 161 0 125 66 3 522 136 70
Binary 11111000 100100 1110001 0 1010101 110110 11 101010010 1011110 111000

Color Harmonies of #F82471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82471

Black with #F82471

Text Example


Text Example

White with #F82471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82471; }

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

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

background-color css

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

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

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

border-color css

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

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

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