#F92164

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

Shades of Radical Red #F92164

Tints of Radical Red #F92164

Color information

#F92164 (or 0xF92164) is unknown color: approx Radical Red. HEX triplet: F9, 21 and 64. RGB value is (249,33,100). Sum of RGB (Red+Green+Blue) = 249+33+100=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F92164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92164 is #06DE9B. Grayscale: #696969. Windows color (decimal): -450204 or 6562297. OLE color: 6562297.

HSL color Cylindrical-coordinate representation of color #F92164: hue angle of 341.39º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92164 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB24933100-
CMYK00.870.600.02
HSL341.39º94.74%55.29%-
HSV(B)341.39º86.75%97.65%-
XYZ41.9122.1514.12-
YUV105.22125.06230.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.18%
GREEN value IS 33 (13.28% from 255) = 8.64%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=65.18%
G=8.64%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493310000.870.600.02341.3994.7455.29
HexF921640573C21555f37
Octal37141144012774252513767
Binary11111001100001110010001010111111100101010101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92164; }

 p { color: rgb(249,33,100); }

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

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

 a { background-color: rgb(249,33,100); }

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

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

 span { border-color: rgb(249,33,100); }

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