Html Css Color HEX #F83257 Radical Red

📋 copy color: '#F83257'

red 248 ◦ green 50 ◦ blue 87

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

Shades of Radical Red #F83257

Tints of Radical Red #F83257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

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

R = 64.42%
G = 12.99%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F83257 (or 0xF83257) is known color: Radical Red. HEX triplet: F8, 32 and 57. RGB value is (248,50,87). Sum of RGB (Red+Green+Blue) = 248+50+87=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F83257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83257 is #07CDA8. Grayscale: #717171. Windows color (decimal): -511401 or 5714680. OLE color: 5714680.

HSL color Cylindrical-coordinate representation of color #F83257: hue angle of 348.79º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83257 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 87 -
CMYK 0 0.80 0.65 0.03
HSL 348.79º 0.93% 0.58% -
HSV(B) 348.79º 0.8% 0.97% -
XYZ 41.57 22.93 11.25 -
YUV 113.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 248 50 87 0 0.80 0.65 0.03 348.79 0.93 0.58
Hex F8 32 57 0 50 41 3 15D 5D 3A
Octal 370 62 127 0 120 101 3 535 135 72
Binary 11111000 110010 1010111 0 1010000 1000001 11 101011101 1011101 111010

Color Harmonies of #F83257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83257

Black with #F83257

Text Example


Text Example

White with #F83257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83257; }

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

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

background-color css

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

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

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

border-color css

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

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

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