Html Css Color HEX #F73472 Radical Red

📋 copy color: '#F73472'

red 247 ◦ green 52 ◦ blue 114

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

Shades of Radical Red #F73472

Tints of Radical Red #F73472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 59.81%
G = 12.59%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F73472 (or 0xF73472) is known color: Radical Red. HEX triplet: F7, 34 and 72. RGB value is (247,52,114). Sum of RGB (Red+Green+Blue) = 247+52+114=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F73472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73472 is #08CB8D. Grayscale: #757575. Windows color (decimal): -576398 or 7484663. OLE color: 7484663.

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

Color convert

RGB 247 52 114 -
CMYK 0 0.79 0.54 0.03
HSL 340.92º 0.92% 0.59% -
HSV(B) 340.92º 0.79% 0.97% -
XYZ 42.62 23.45 18.2 -
YUV 117.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 247 52 114 0 0.79 0.54 0.03 340.92 0.92 0.59
Hex F7 34 72 0 4F 36 3 155 5C 3B
Octal 367 64 162 0 117 66 3 525 134 73
Binary 11110111 110100 1110010 0 1001111 110110 11 101010101 1011100 111011

Color Harmonies of #F73472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73472

Black with #F73472

Text Example


Text Example

White with #F73472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73472; }

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

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

background-color css

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

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

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

border-color css

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

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

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