#F34769

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

Shades of Radical Red #F34769

Tints of Radical Red #F34769

Color information

#F34769 (or 0xF34769) is unknown color: approx Radical Red. HEX triplet: F3, 47 and 69. RGB value is (243,71,105). Sum of RGB (Red+Green+Blue) = 243+71+105=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F34769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34769 is #0CB896. Grayscale: #7E7E7E. Windows color (decimal): -833687 or 6899699. OLE color: 6899699.

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

Color convert

RGB24371105-
CMYK00.710.570.05
HSL348.14º87.76%61.57%-
HSV(B)348.14º70.78%95.29%-
XYZ41.7724.5815.91-
YUV126.3115.98211.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.00%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=58.00%
G=16.95%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437110500.710.570.05348.1487.7661.57
HexF3476904739515c583e
Octal363107151010771553413076
Binary1111001110001111101001010001111110011011010111001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34769; }

 p { color: rgb(243,71,105); }

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

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

 a { background-color: rgb(243,71,105); }

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

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

 span { border-color: rgb(243,71,105); }

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