Html Css Color HEX #F7206C Radical Red

📋 copy color: '#F7206C'

red 247 ◦ green 32 ◦ blue 108

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

Shades of Radical Red #F7206C

Tints of Radical Red #F7206C

RGB

 RED value IS 247 (96.88% from 255) = 63.82%

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

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

R = 63.82%
G = 8.27%
B = 27.91%

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

#F7206C (or 0xF7206C) is known color: Radical Red. HEX triplet: F7, 20 and 6C. RGB value is (247,32,108). Sum of RGB (Red+Green+Blue) = 247+32+108=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F7206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7206C is #08DF93. Grayscale: #686868. Windows color (decimal): -581524 or 7086327. OLE color: 7086327.

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

Color convert

RGB 247 32 108 -
CMYK 0 0.87 0.56 0.03
HSL 338.79º 0.93% 0.55% -
HSV(B) 338.79º 0.87% 0.97% -
XYZ 41.58 21.89 16.22 -
YUV 104.95 129.73 229.32 -
System Red Green Blue C M Y K H S L
Decimal 247 32 108 0 0.87 0.56 0.03 338.79 0.93 0.55
Hex F7 20 6C 0 57 38 3 153 5D 37
Octal 367 40 154 0 127 70 3 523 135 67
Binary 11110111 100000 1101100 0 1010111 111000 11 101010011 1011101 110111

Color Harmonies of #F7206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7206C

Black with #F7206C

Text Example


Text Example

White with #F7206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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