#F25357

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

Shades of Radical Red #F25357

Tints of Radical Red #F25357

Color information

#F25357 (or 0xF25357) is unknown color: approx Radical Red. HEX triplet: F2, 53 and 57. RGB value is (242,83,87). Sum of RGB (Red+Green+Blue) = 242+83+87=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25357 is #0DACA8. Grayscale: #838383. Windows color (decimal): -896169 or 5723122. OLE color: 5723122.

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

Color convert

RGB2428387-
CMYK00.660.640.05
HSL358.49º85.95%63.73%-
HSV(B)358.49º65.7%94.9%-
XYZ41.4325.7511.8-
YUV131103.18207.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.74%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 87 (34.38% from 255) = 21.12%
R=58.74%
G=20.15%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242838700.660.640.05358.4985.9563.73
HexF253570424051665640
Octal36212312701021005546126100
Binary111100101010011101011101000010100000010110110011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25357; }

 p { color: rgb(242,83,87); }

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

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

 a { background-color: rgb(242,83,87); }

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

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

 span { border-color: rgb(242,83,87); }

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