Html Css Color HEX #F8215D Radical Red

📋 copy color: '#F8215D'

red 248 ◦ green 33 ◦ blue 93

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

Shades of Radical Red #F8215D

Tints of Radical Red #F8215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 66.31%
G = 8.82%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8215D (or 0xF8215D) is known color: Radical Red. HEX triplet: F8, 21 and 5D. RGB value is (248,33,93). Sum of RGB (Red+Green+Blue) = 248+33+93=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8215D is #07DEA2. Grayscale: #686868. Windows color (decimal): -515747 or 6103544. OLE color: 6103544.

HSL color Cylindrical-coordinate representation of color #F8215D: hue angle of 343.26º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8215D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 33 93 -
CMYK 0 0.87 0.62 0.03
HSL 343.26º 0.94% 0.55% -
HSV(B) 343.26º 0.87% 0.97% -
XYZ 41.23 21.83 12.4 -
YUV 104.13 121.73 230.62 -
System Red Green Blue C M Y K H S L
Decimal 248 33 93 0 0.87 0.62 0.03 343.26 0.94 0.55
Hex F8 21 5D 0 57 3E 3 157 5E 37
Octal 370 41 135 0 127 76 3 527 136 67
Binary 11111000 100001 1011101 0 1010111 111110 11 101010111 1011110 110111

Color Harmonies of #F8215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8215D

Black with #F8215D

Text Example


Text Example

White with #F8215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8215D; }

 p { color: rgb(248,33,93); }

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

background-color css

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

 a { background-color: rgb(248,33,93); }

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

border-color css

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

 span { border-color: rgb(248,33,93); }

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