Html Css Color HEX #F8205E Radical Red

📋 copy color: '#F8205E'

red 248 ◦ green 32 ◦ blue 94

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

Shades of Radical Red #F8205E

Tints of Radical Red #F8205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.13%

R = 66.31%
G = 8.56%
B = 25.13%

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

#F8205E (or 0xF8205E) is known color: Radical Red. HEX triplet: F8, 20 and 5E. RGB value is (248,32,94). Sum of RGB (Red+Green+Blue) = 248+32+94=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8205E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8205E is #07DFA1. Grayscale: #676767. Windows color (decimal): -516002 or 6168824. OLE color: 6168824.

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

Color convert

RGB 248 32 94 -
CMYK 0 0.87 0.62 0.03
HSL 342.78º 0.94% 0.55% -
HSV(B) 342.78º 0.87% 0.97% -
XYZ 41.25 21.8 12.62 -
YUV 103.65 122.56 230.96 -
System Red Green Blue C M Y K H S L
Decimal 248 32 94 0 0.87 0.62 0.03 342.78 0.94 0.55
Hex F8 20 5E 0 57 3E 3 157 5E 37
Octal 370 40 136 0 127 76 3 527 136 67
Binary 11111000 100000 1011110 0 1010111 111110 11 101010111 1011110 110111

Color Harmonies of #F8205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8205E

Black with #F8205E

Text Example


Text Example

White with #F8205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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