#F34968

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

Shades of Radical Red #F34968

Tints of Radical Red #F34968

Color information

#F34968 (or 0xF34968) is unknown color: approx Radical Red. HEX triplet: F3, 49 and 68. RGB value is (243,73,104). Sum of RGB (Red+Green+Blue) = 243+73+104=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F34968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34968 is #0CB697. Grayscale: #7F7F7F. Windows color (decimal): -833176 or 6834675. OLE color: 6834675.

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

Color convert

RGB24373104-
CMYK00.700.570.05
HSL349.06º87.63%61.96%-
HSV(B)349.06º69.96%95.29%-
XYZ41.8424.8215.68-
YUV127.36114.82210.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.86%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=57.86%
G=17.38%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437310400.700.570.05349.0687.6361.96
HexF3496804639515d583e
Octal363111150010671553513076
Binary1111001110010011101000010001101110011011010111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34968; }

 p { color: rgb(243,73,104); }

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

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

 a { background-color: rgb(243,73,104); }

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

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

 span { border-color: rgb(243,73,104); }

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