#F34565

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

Shades of Radical Red #F34565

Tints of Radical Red #F34565

Color information

#F34565 (or 0xF34565) is unknown color: approx Radical Red. HEX triplet: F3, 45 and 65. RGB value is (243,69,101). Sum of RGB (Red+Green+Blue) = 243+69+101=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F34565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34565 is #0CBA9A. Grayscale: #7C7C7C. Windows color (decimal): -834203 or 6637043. OLE color: 6637043.

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

Color convert

RGB24369101-
CMYK00.720.580.05
HSL348.97º87.88%61.18%-
HSV(B)348.97º71.6%95.29%-
XYZ41.4424.2514.81-
YUV124.67114.65212.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.84%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=58.84%
G=16.71%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436910100.720.580.05348.9787.8861.18
HexF345650483A515d583d
Octal363105145011072553513075
Binary1111001110001011100101010010001110101011010111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34565; }

 p { color: rgb(243,69,101); }

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

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

 a { background-color: rgb(243,69,101); }

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

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

 span { border-color: rgb(243,69,101); }

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