Html Css Color HEX #F8206C Radical Red

📋 copy color: '#F8206C'

red 248 ◦ green 32 ◦ blue 108

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

Shades of Radical Red #F8206C

Tints of Radical Red #F8206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 63.92%
G = 8.25%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8206C (or 0xF8206C) is known color: Radical Red. HEX triplet: F8, 20 and 6C. RGB value is (248,32,108). Sum of RGB (Red+Green+Blue) = 248+32+108=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F8206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8206C is #07DF93. Grayscale: #696969. Windows color (decimal): -515988 or 7086328. OLE color: 7086328.

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

Color convert

RGB 248 32 108 -
CMYK 0 0.87 0.56 0.03
HSL 338.89º 0.94% 0.55% -
HSV(B) 338.89º 0.87% 0.97% -
XYZ 41.93 22.07 16.24 -
YUV 105.25 129.56 229.82 -
System Red Green Blue C M Y K H S L
Decimal 248 32 108 0 0.87 0.56 0.03 338.89 0.94 0.55
Hex F8 20 6C 0 57 38 3 153 5E 37
Octal 370 40 154 0 127 70 3 523 136 67
Binary 11111000 100000 1101100 0 1010111 111000 11 101010011 1011110 110111

Color Harmonies of #F8206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8206C

Black with #F8206C

Text Example


Text Example

White with #F8206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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