Html Css Color HEX #F82C57 Radical Red

📋 copy color: '#F82C57'

red 248 ◦ green 44 ◦ blue 87

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

Shades of Radical Red #F82C57

Tints of Radical Red #F82C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 65.44%
G = 11.61%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F82C57 (or 0xF82C57) is known color: Radical Red. HEX triplet: F8, 2C and 57. RGB value is (248,44,87). Sum of RGB (Red+Green+Blue) = 248+44+87=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C57 is #07D3A8. Grayscale: #6D6D6D. Windows color (decimal): -512937 or 5713144. OLE color: 5713144.

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

Color convert

RGB 248 44 87 -
CMYK 0 0.82 0.65 0.03
HSL 347.35º 0.94% 0.57% -
HSV(B) 347.35º 0.82% 0.97% -
XYZ 41.33 22.45 11.17 -
YUV 109.9 115.09 226.5 -
System Red Green Blue C M Y K H S L
Decimal 248 44 87 0 0.82 0.65 0.03 347.35 0.94 0.57
Hex F8 2C 57 0 52 41 3 15B 5E 39
Octal 370 54 127 0 122 101 3 533 136 71
Binary 11111000 101100 1010111 0 1010010 1000001 11 101011011 1011110 111001

Color Harmonies of #F82C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C57

Black with #F82C57

Text Example


Text Example

White with #F82C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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