#F84B5A

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

Shades of Radical Red #F84B5A

Tints of Radical Red #F84B5A

Color information

#F84B5A (or 0xF84B5A) is unknown color: approx Radical Red. HEX triplet: F8, 4B and 5A. RGB value is (248,75,90). Sum of RGB (Red+Green+Blue) = 248+75+90=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84B5A is #07B4A5. Grayscale: #808080. Windows color (decimal): -504998 or 5917688. OLE color: 5917688.

HSL color Cylindrical-coordinate representation of color #F84B5A: hue angle of 354.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84B5A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB2487590-
CMYK00.700.640.03
HSL354.8º92.51%63.33%-
HSV(B)354.8º69.76%97.25%-
XYZ43.0725.7312.37-
YUV128.44106.31213.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.05%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=60.05%
G=18.16%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248759000.700.640.03354.892.5163.33
HexF84B5A0464031635d3f
Octal3701131320106100354313577
Binary1111100010010111011010010001101000000111011000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84B5A; }

 p { color: rgb(248,75,90); }

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

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

 a { background-color: rgb(248,75,90); }

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

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

 span { border-color: rgb(248,75,90); }

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