Html Css Color HEX #F73C70 Radical Red

📋 copy color: '#F73C70'

red 247 ◦ green 60 ◦ blue 112

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

Shades of Radical Red #F73C70

Tints of Radical Red #F73C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.32%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 58.95%
G = 14.32%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F73C70 (or 0xF73C70) is known color: Radical Red. HEX triplet: F7, 3C and 70. RGB value is (247,60,112). Sum of RGB (Red+Green+Blue) = 247+60+112=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73C70 is #08C38F. Grayscale: #797979. Windows color (decimal): -574352 or 7355639. OLE color: 7355639.

HSL color Cylindrical-coordinate representation of color #F73C70: hue angle of 343.32º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73C70 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 60 112 -
CMYK 0 0.76 0.55 0.03
HSL 343.32º 0.92% 0.6% -
HSV(B) 343.32º 0.76% 0.97% -
XYZ 42.9 24.18 17.73 -
YUV 121.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 247 60 112 0 0.76 0.55 0.03 343.32 0.92 0.6
Hex F7 3C 70 0 4C 37 3 157 5C 3C
Octal 367 74 160 0 114 67 3 527 134 74
Binary 11110111 111100 1110000 0 1001100 110111 11 101010111 1011100 111100

Color Harmonies of #F73C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C70

Black with #F73C70

Text Example


Text Example

White with #F73C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C70; }

 p { color: rgb(247,60,112); }

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

background-color css

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

 a { background-color: rgb(247,60,112); }

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

border-color css

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

 span { border-color: rgb(247,60,112); }

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