#F3465A

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

Shades of Radical Red #F3465A

Tints of Radical Red #F3465A

Color information

#F3465A (or 0xF3465A) is unknown color: approx Radical Red. HEX triplet: F3, 46 and 5A. RGB value is (243,70,90). Sum of RGB (Red+Green+Blue) = 243+70+90=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F3465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3465A is #0CB9A5. Grayscale: #7C7C7C. Windows color (decimal): -833958 or 5916403. OLE color: 5916403.

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

Color convert

RGB2437090-
CMYK00.710.630.05
HSL353.06º87.82%61.37%-
HSV(B)353.06º71.19%95.29%-
XYZ4124.1712.18-
YUV124.01108.81212.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60.30%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=60.30%
G=17.37%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243709000.710.630.05353.0687.8261.37
HexF3465A0473F5161583d
Octal363106132010777554113075
Binary1111001110001101011010010001111111111011011000011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3465A; }

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

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

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

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

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

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

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

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