#F3414D

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

Shades of Radical Red #F3414D

Tints of Radical Red #F3414D

Color information

#F3414D (or 0xF3414D) is unknown color: approx Radical Red. HEX triplet: F3, 41 and 4D. RGB value is (243,65,77). Sum of RGB (Red+Green+Blue) = 243+65+77=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3414D is #0CBEB2. Grayscale: #777777. Windows color (decimal): -835251 or 5063155. OLE color: 5063155.

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

Color convert

RGB2436577-
CMYK00.730.680.05
HSL355.96º88.12%60.39%-
HSV(B)355.96º73.25%95.29%-
XYZ40.1923.379.41-
YUV119.59103.97216.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.12%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 77 (30.47% from 255) = 20%
R=63.12%
G=16.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243657700.730.680.05355.9688.1260.39
HexF3414D049445164583c
Octal3631011150111104554413074
Binary11110011100000110011010100100110001001011011001001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3414D; }

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

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

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

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

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

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

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

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