Html Css Color HEX #F8205D Radical Red

📋 copy color: '#F8205D'

red 248 ◦ green 32 ◦ blue 93

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

Shades of Radical Red #F8205D

Tints of Radical Red #F8205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

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

R = 66.49%
G = 8.58%
B = 24.93%

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

#F8205D (or 0xF8205D) is known color: Radical Red. HEX triplet: F8, 20 and 5D. RGB value is (248,32,93). Sum of RGB (Red+Green+Blue) = 248+32+93=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8205D is #07DFA2. Grayscale: #676767. Windows color (decimal): -516003 or 6103288. OLE color: 6103288.

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

Color convert

RGB 248 32 93 -
CMYK 0 0.87 0.62 0.03
HSL 343.06º 0.94% 0.55% -
HSV(B) 343.06º 0.87% 0.97% -
XYZ 41.2 21.78 12.39 -
YUV 103.54 122.06 231.04 -
System Red Green Blue C M Y K H S L
Decimal 248 32 93 0 0.87 0.62 0.03 343.06 0.94 0.55
Hex F8 20 5D 0 57 3E 3 157 5E 37
Octal 370 40 135 0 127 76 3 527 136 67
Binary 11111000 100000 1011101 0 1010111 111110 11 101010111 1011110 110111

Color Harmonies of #F8205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8205D

Black with #F8205D

Text Example


Text Example

White with #F8205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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