#F35058

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

Shades of Radical Red #F35058

Tints of Radical Red #F35058

Color information

#F35058 (or 0xF35058) is unknown color: approx Radical Red. HEX triplet: F3, 50 and 58. RGB value is (243,80,88). Sum of RGB (Red+Green+Blue) = 243+80+88=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F35058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35058 is #0CAFA7. Grayscale: #818181. Windows color (decimal): -831400 or 5787891. OLE color: 5787891.

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

Color convert

RGB2438088-
CMYK00.670.640.05
HSL357.06º87.17%63.33%-
HSV(B)357.06º67.08%95.29%-
XYZ41.5925.511.96-
YUV129.65104.5208.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.12%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 88 (34.77% from 255) = 21.41%
R=59.12%
G=19.46%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243808800.670.640.05357.0687.1763.33
HexF35058043405165573f
Octal3631201300103100554512777
Binary11110011101000010110000100001110000001011011001011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35058; }

 p { color: rgb(243,80,88); }

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

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

 a { background-color: rgb(243,80,88); }

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

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

 span { border-color: rgb(243,80,88); }

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