#F34161

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

Shades of Radical Red #F34161

Tints of Radical Red #F34161

Color information

#F34161 (or 0xF34161) is unknown color: approx Radical Red. HEX triplet: F3, 41 and 61. RGB value is (243,65,97). Sum of RGB (Red+Green+Blue) = 243+65+97=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F34161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34161 is #0CBE9E. Grayscale: #797979. Windows color (decimal): -835231 or 6373875. OLE color: 6373875.

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

Color convert

RGB2436597-
CMYK00.730.600.05
HSL349.21º88.12%60.39%-
HSV(B)349.21º73.25%95.29%-
XYZ41.0123.713.72-
YUV121.87113.97214.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=60%
G=16.05%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243659700.730.600.05349.2188.1260.39
HexF341610493C515d583c
Octal363101141011174553513074
Binary1111001110000011100001010010011111001011010111011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34161; }

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

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

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

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

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

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

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

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