Html Css Color HEX #F7205D Radical Red

📋 copy color: '#F7205D'

red 247 ◦ green 32 ◦ blue 93

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

Shades of Radical Red #F7205D

Tints of Radical Red #F7205D

RGB

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

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

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

R = 66.4%
G = 8.6%
B = 25%

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

#F7205D (or 0xF7205D) is known color: Radical Red. HEX triplet: F7, 20 and 5D. RGB value is (247,32,93). Sum of RGB (Red+Green+Blue) = 247+32+93=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7205D is #08DFA2. Grayscale: #676767. Windows color (decimal): -581539 or 6103287. OLE color: 6103287.

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

Color convert

RGB 247 32 93 -
CMYK 0 0.87 0.62 0.03
HSL 342.98º 0.93% 0.55% -
HSV(B) 342.98º 0.87% 0.97% -
XYZ 40.85 21.6 12.37 -
YUV 103.24 122.23 230.54 -
System Red Green Blue C M Y K H S L
Decimal 247 32 93 0 0.87 0.62 0.03 342.98 0.93 0.55
Hex F7 20 5D 0 57 3E 3 157 5D 37
Octal 367 40 135 0 127 76 3 527 135 67
Binary 11110111 100000 1011101 0 1010111 111110 11 101010111 1011101 110111

Color Harmonies of #F7205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7205D

Black with #F7205D

Text Example


Text Example

White with #F7205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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