#F34B5A

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

Shades of Radical Red #F34B5A

Tints of Radical Red #F34B5A

Color information

#F34B5A (or 0xF34B5A) is unknown color: approx Radical Red. HEX triplet: F3, 4B and 5A. RGB value is (243,75,90). Sum of RGB (Red+Green+Blue) = 243+75+90=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B5A is #0CB4A5. Grayscale: #7F7F7F. Windows color (decimal): -832678 or 5917683. OLE color: 5917683.

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

Color convert

RGB2437590-
CMYK00.690.630.05
HSL354.64º87.5%62.35%-
HSV(B)354.64º69.14%95.29%-
XYZ41.3224.8312.29-
YUV126.94107.16210.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.56%
GREEN value IS 75 (29.69% from 255) = 18.38%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=59.56%
G=18.38%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243759000.690.630.05354.6487.562.35
HexF34B5A0453F5163583e
Octal363113132010577554313076
Binary1111001110010111011010010001011111111011011000111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B5A; }

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

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

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

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

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

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

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

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