#F34A4B

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

Shades of Radical Red #F34A4B

Tints of Radical Red #F34A4B

Color information

#F34A4B (or 0xF34A4B) is unknown color: approx Radical Red. HEX triplet: F3, 4A and 4B. RGB value is (243,74,75). Sum of RGB (Red+Green+Blue) = 243+74+75=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34A4B is #0CB5B4. Grayscale: #7C7C7C. Windows color (decimal): -832949 or 4934387. OLE color: 4934387.

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

Color convert

RGB2437475-
CMYK00.700.690.05
HSL359.64º87.56%62.16%-
HSV(B)359.64º69.55%95.29%-
XYZ40.6824.469.23-
YUV124.6499.99212.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.99%
GREEN value IS 74 (29.30% from 255) = 18.88%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=61.99%
G=18.88%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243747500.700.690.05359.6487.5662.16
HexF34A4B046455168583e
Octal3631121130106105555013076
Binary11110011100101010010110100011010001011011011010001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34A4B; }

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

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

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

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

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

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

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

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