Html Css Color HEX #F82C52 Radical Red

📋 copy color: '#F82C52'

red 248 ◦ green 44 ◦ blue 82

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

Shades of Radical Red #F82C52

Tints of Radical Red #F82C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.93%

R = 66.31%
G = 11.76%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F82C52 (or 0xF82C52) is known color: Radical Red. HEX triplet: F8, 2C and 52. RGB value is (248,44,82). Sum of RGB (Red+Green+Blue) = 248+44+82=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C52 is #07D3AD. Grayscale: #6D6D6D. Windows color (decimal): -512942 or 5385464. OLE color: 5385464.

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

Color convert

RGB 248 44 82 -
CMYK 0 0.82 0.67 0.03
HSL 348.82º 0.94% 0.57% -
HSV(B) 348.82º 0.82% 0.97% -
XYZ 41.14 22.37 10.13 -
YUV 109.33 112.59 226.91 -
System Red Green Blue C M Y K H S L
Decimal 248 44 82 0 0.82 0.67 0.03 348.82 0.94 0.57
Hex F8 2C 52 0 52 43 3 15D 5E 39
Octal 370 54 122 0 122 103 3 535 136 71
Binary 11111000 101100 1010010 0 1010010 1000011 11 101011101 1011110 111001

Color Harmonies of #F82C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C52

Black with #F82C52

Text Example


Text Example

White with #F82C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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