#F3405A

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

Shades of Radical Red #F3405A

Tints of Radical Red #F3405A

Color information

#F3405A (or 0xF3405A) is unknown color: approx Radical Red. HEX triplet: F3, 40 and 5A. RGB value is (243,64,90). Sum of RGB (Red+Green+Blue) = 243+64+90=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F3405A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3405A is #0CBFA5. Grayscale: #787878. Windows color (decimal): -835494 or 5914867. OLE color: 5914867.

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

Color convert

RGB2436490-
CMYK00.740.630.05
HSL351.28º88.18%60.2%-
HSV(B)351.28º73.66%95.29%-
XYZ40.6423.4612.06-
YUV120.48110.8215.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.21%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=61.21%
G=16.12%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243649000.740.630.05351.2888.1860.2
HexF3405A04A3F515f583c
Octal363100132011277553713074
Binary1111001110000001011010010010101111111011010111111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3405A; }

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

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

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

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

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

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

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

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