Html Css Color HEX #F83255 Radical Red

📋 copy color: '#F83255'

red 248 ◦ green 50 ◦ blue 85

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

Shades of Radical Red #F83255

Tints of Radical Red #F83255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 64.75%
G = 13.05%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F83255 (or 0xF83255) is known color: Radical Red. HEX triplet: F8, 32 and 55. RGB value is (248,50,85). Sum of RGB (Red+Green+Blue) = 248+50+85=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F83255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83255 is #07CDAA. Grayscale: #717171. Windows color (decimal): -511403 or 5583608. OLE color: 5583608.

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

Color convert

RGB 248 50 85 -
CMYK 0 0.80 0.66 0.03
HSL 349.39º 0.93% 0.58% -
HSV(B) 349.39º 0.8% 0.97% -
XYZ 41.49 22.89 10.83 -
YUV 113.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 248 50 85 0 0.80 0.66 0.03 349.39 0.93 0.58
Hex F8 32 55 0 50 42 3 15D 5D 3A
Octal 370 62 125 0 120 102 3 535 135 72
Binary 11111000 110010 1010101 0 1010000 1000010 11 101011101 1011101 111010

Color Harmonies of #F83255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83255

Black with #F83255

Text Example


Text Example

White with #F83255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83255; }

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

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

background-color css

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

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

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

border-color css

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

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

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