#F3416F

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

Shades of Radical Red #F3416F

Tints of Radical Red #F3416F

Color information

#F3416F (or 0xF3416F) is unknown color: approx Radical Red. HEX triplet: F3, 41 and 6F. RGB value is (243,65,111). Sum of RGB (Red+Green+Blue) = 243+65+111=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F3416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3416F is #0CBE90. Grayscale: #7B7B7B. Windows color (decimal): -835217 or 7291379. OLE color: 7291379.

HSL color Cylindrical-coordinate representation of color #F3416F: hue angle of 344.49º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3416F is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24365111-
CMYK00.730.540.05
HSL344.49º88.12%60.39%-
HSV(B)344.49º73.25%95.29%-
XYZ41.7223.9817.47-
YUV123.47120.97213.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.00%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=58.00%
G=15.51%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436511100.730.540.05344.4988.1260.39
HexF3416F049365158583c
Octal363101157011166553013074
Binary1111001110000011101111010010011101101011010110001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3416F; }

 p { color: rgb(243,65,111); }

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

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

 a { background-color: rgb(243,65,111); }

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

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

 span { border-color: rgb(243,65,111); }

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