Html Css Color HEX #F73470 Radical Red

📋 copy color: '#F73470'

red 247 ◦ green 52 ◦ blue 112

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

Shades of Radical Red #F73470

Tints of Radical Red #F73470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

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

R = 60.1%
G = 12.65%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F73470 (or 0xF73470) is known color: Radical Red. HEX triplet: F7, 34 and 70. RGB value is (247,52,112). Sum of RGB (Red+Green+Blue) = 247+52+112=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F73470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73470 is #08CB8F. Grayscale: #757575. Windows color (decimal): -576400 or 7353591. OLE color: 7353591.

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

Color convert

RGB 247 52 112 -
CMYK 0 0.79 0.55 0.03
HSL 341.54º 0.92% 0.59% -
HSV(B) 341.54º 0.79% 0.97% -
XYZ 42.51 23.4 17.61 -
YUV 117.15 125.1 220.62 -
System Red Green Blue C M Y K H S L
Decimal 247 52 112 0 0.79 0.55 0.03 341.54 0.92 0.59
Hex F7 34 70 0 4F 37 3 156 5C 3B
Octal 367 64 160 0 117 67 3 526 134 73
Binary 11110111 110100 1110000 0 1001111 110111 11 101010110 1011100 111011

Color Harmonies of #F73470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73470

Black with #F73470

Text Example


Text Example

White with #F73470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73470; }

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

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

background-color css

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

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

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

border-color css

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

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

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