#F53069

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

Shades of Radical Red #F53069

Tints of Radical Red #F53069

Color information

#F53069 (or 0xF53069) is unknown color: approx Radical Red. HEX triplet: F5, 30 and 69. RGB value is (245,48,105). Sum of RGB (Red+Green+Blue) = 245+48+105=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53069 is #0ACF96. Grayscale: #717171. Windows color (decimal): -708503 or 6893813. OLE color: 6893813.

HSL color Cylindrical-coordinate representation of color #F53069: hue angle of 342.64º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53069 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB24548105-
CMYK00.800.570.04
HSL342.64º90.78%57.45%-
HSV(B)342.64º80.41%96.08%-
XYZ41.2622.5515.54-
YUV113.4123.27221.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.56%
GREEN value IS 48 (19.14% from 255) = 12.06%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=61.56%
G=12.06%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454810500.800.570.04342.6490.7857.45
HexF530690503941575b39
Octal36560151012071452713371
Binary111101011100001101001010100001110011001010101111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53069; }

 p { color: rgb(245,48,105); }

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

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

 a { background-color: rgb(245,48,105); }

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

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

 span { border-color: rgb(245,48,105); }

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