#F3416C

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

Shades of Radical Red #F3416C

Tints of Radical Red #F3416C

Color information

#F3416C (or 0xF3416C) is unknown color: approx Radical Red. HEX triplet: F3, 41 and 6C. RGB value is (243,65,108). Sum of RGB (Red+Green+Blue) = 243+65+108=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F3416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3416C is #0CBE93. Grayscale: #7B7B7B. Windows color (decimal): -835220 or 7094771. OLE color: 7094771.

HSL color Cylindrical-coordinate representation of color #F3416C: hue angle of 345.51º 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 #F3416C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB24365108-
CMYK00.730.560.05
HSL345.51º88.12%60.39%-
HSV(B)345.51º73.25%95.29%-
XYZ41.5623.9216.61-
YUV123.12119.47213.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.41%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=58.41%
G=15.62%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436510800.730.560.05345.5188.1260.39
HexF3416C04938515a583c
Octal363101154011170553213074
Binary1111001110000011101100010010011110001011010110101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3416C; }

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

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

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

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

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

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

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

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