#F73D69

Color #F73D69 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F73D69

Tints of Radical Red #F73D69

Color information

#F73D69 (or 0xF73D69) is unknown color: approx Radical Red. HEX triplet: F7, 3D and 69. RGB value is (247,61,105). Sum of RGB (Red+Green+Blue) = 247+61+105=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73D69 is #08C296. Grayscale: #797979. Windows color (decimal): -574103 or 6897143. OLE color: 6897143.

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

Color convert

RGB24761105-
CMYK00.750.570.03
HSL345.81º92.08%60.39%-
HSV(B)345.81º75.3%96.86%-
XYZ42.5824.1315.78-
YUV121.63118.62217.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.81%
GREEN value IS 61 (24.22% from 255) = 14.77%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=59.81%
G=14.77%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476110500.750.570.03345.8192.0860.39
HexF73D6904B39315a5c3c
Octal36775151011371353213474
Binary11110111111101110100101001011111001111010110101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73D69; }

 p { color: rgb(247,61,105); }

 H1.HeaderClassName
 {
   color: #F73D69;
 }
 .AnyTagClassName
 {
   color: #F73D69;
 }
</style>
background-color css

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

 a { background-color: rgb(247,61,105); }

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

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

 span { border-color: rgb(247,61,105); }

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