#F94861

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

Shades of Radical Red #F94861

Tints of Radical Red #F94861

Color information

#F94861 (or 0xF94861) is unknown color: approx Radical Red. HEX triplet: F9, 48 and 61. RGB value is (249,72,97). Sum of RGB (Red+Green+Blue) = 249+72+97=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F94861 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94861 is #06B79E. Grayscale: #7F7F7F. Windows color (decimal): -440223 or 6375673. OLE color: 6375673.

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

Color convert

RGB2497297-
CMYK00.710.610.02
HSL351.53º93.65%62.94%-
HSV(B)351.53º71.08%97.65%-
XYZ43.5425.6413.96-
YUV127.77110.64214.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.57%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=59.57%
G=17.22%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249729700.710.610.02351.5393.6562.94
HexF948610473D21605e3f
Octal371110141010775254013677
Binary111110011001000110000101000111111101101011000001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94861; }

 p { color: rgb(249,72,97); }

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

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

 a { background-color: rgb(249,72,97); }

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

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

 span { border-color: rgb(249,72,97); }

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