#F34B61

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

Shades of Radical Red #F34B61

Tints of Radical Red #F34B61

Color information

#F34B61 (or 0xF34B61) is unknown color: approx Radical Red. HEX triplet: F3, 4B and 61. RGB value is (243,75,97). Sum of RGB (Red+Green+Blue) = 243+75+97=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B61 is #0CB49E. Grayscale: #7F7F7F. Windows color (decimal): -832671 or 6376435. OLE color: 6376435.

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

Color convert

RGB2437597-
CMYK00.690.600.05
HSL352.14º87.5%62.35%-
HSV(B)352.14º69.14%95.29%-
XYZ41.6424.9513.93-
YUV127.74110.66210.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.55%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=58.55%
G=18.07%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243759700.690.600.05352.1487.562.35
HexF34B610453C5160583e
Octal363113141010574554013076
Binary1111001110010111100001010001011111001011011000001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B61; }

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

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

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

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

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

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

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

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