#F3414F

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

Shades of Radical Red #F3414F

Tints of Radical Red #F3414F

Color information

#F3414F (or 0xF3414F) is unknown color: approx Radical Red. HEX triplet: F3, 41 and 4F. RGB value is (243,65,79). Sum of RGB (Red+Green+Blue) = 243+65+79=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3414F is #0CBEB0. Grayscale: #777777. Windows color (decimal): -835249 or 5194227. OLE color: 5194227.

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

Color convert

RGB2436579-
CMYK00.730.670.05
HSL355.28º88.12%60.39%-
HSV(B)355.28º73.25%95.29%-
XYZ40.2623.49.79-
YUV119.82104.97215.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.79%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=62.79%
G=16.80%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243657900.730.670.05355.2888.1260.39
HexF3414F049435163583c
Octal3631011170111103554313074
Binary11110011100000110011110100100110000111011011000111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3414F; }

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

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

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

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

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

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

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

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