Html Css Color HEX #F82957 Radical Red

📋 copy color: '#F82957'

red 248 ◦ green 41 ◦ blue 87

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

Shades of Radical Red #F82957

Tints of Radical Red #F82957

RGB

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

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

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

R = 65.96%
G = 10.9%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F82957 (or 0xF82957) is known color: Radical Red. HEX triplet: F8, 29 and 57. RGB value is (248,41,87). Sum of RGB (Red+Green+Blue) = 248+41+87=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F82957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82957 is #07D6A8. Grayscale: #6C6C6C. Windows color (decimal): -513705 or 5712376. OLE color: 5712376.

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

Color convert

RGB 248 41 87 -
CMYK 0 0.83 0.65 0.03
HSL 346.67º 0.94% 0.57% -
HSV(B) 346.67º 0.83% 0.97% -
XYZ 41.22 22.23 11.13 -
YUV 108.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 248 41 87 0 0.83 0.65 0.03 346.67 0.94 0.57
Hex F8 29 57 0 53 41 3 15B 5E 39
Octal 370 51 127 0 123 101 3 533 136 71
Binary 11111000 101001 1010111 0 1010011 1000001 11 101011011 1011110 111001

Color Harmonies of #F82957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82957

Black with #F82957

Text Example


Text Example

White with #F82957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82957; }

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

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

background-color css

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

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

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

border-color css

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

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

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