#F9455C

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

Shades of Radical Red #F9455C

Tints of Radical Red #F9455C

Color information

#F9455C (or 0xF9455C) is unknown color: approx Radical Red. HEX triplet: F9, 45 and 5C. RGB value is (249,69,92). Sum of RGB (Red+Green+Blue) = 249+69+92=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9455C is #06BAA3. Grayscale: #7D7D7D. Windows color (decimal): -440996 or 6047225. OLE color: 6047225.

HSL color Cylindrical-coordinate representation of color #F9455C: hue angle of 352.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9455C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB2496992-
CMYK00.720.630.02
HSL352.33º93.75%62.35%-
HSV(B)352.33º72.29%97.65%-
XYZ43.1325.1712.71-
YUV125.44109.13216.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.73%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=60.73%
G=16.83%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249699200.720.630.02352.3393.7562.35
HexF9455C0483F21605e3e
Octal371105134011077254013676
Binary111110011000101101110001001000111111101011000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9455C; }

 p { color: rgb(249,69,92); }

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

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

 a { background-color: rgb(249,69,92); }

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

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

 span { border-color: rgb(249,69,92); }

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