Html Css Color HEX #F82C50 Radical Red

📋 copy color: '#F82C50'

red 248 ◦ green 44 ◦ blue 80

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

Shades of Radical Red #F82C50

Tints of Radical Red #F82C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.83%

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 66.67%
G = 11.83%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F82C50 (or 0xF82C50) is known color: Radical Red. HEX triplet: F8, 2C and 50. RGB value is (248,44,80). Sum of RGB (Red+Green+Blue) = 248+44+80=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C50 is #07D3AF. Grayscale: #6D6D6D. Windows color (decimal): -512944 or 5254392. OLE color: 5254392.

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

Color convert

RGB 248 44 80 -
CMYK 0 0.82 0.68 0.03
HSL 349.41º 0.94% 0.57% -
HSV(B) 349.41º 0.82% 0.97% -
XYZ 41.06 22.34 9.74 -
YUV 109.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 248 44 80 0 0.82 0.68 0.03 349.41 0.94 0.57
Hex F8 2C 50 0 52 44 3 15D 5E 39
Octal 370 54 120 0 122 104 3 535 136 71
Binary 11111000 101100 1010000 0 1010010 1000100 11 101011101 1011110 111001

Color Harmonies of #F82C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C50

Black with #F82C50

Text Example


Text Example

White with #F82C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C50; }

 p { color: rgb(248,44,80); }

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

background-color css

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

 a { background-color: rgb(248,44,80); }

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

border-color css

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

 span { border-color: rgb(248,44,80); }

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