#F92C66

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

Shades of Radical Red #F92C66

Tints of Radical Red #F92C66

Color information

#F92C66 (or 0xF92C66) is unknown color: approx Radical Red. HEX triplet: F9, 2C and 66. RGB value is (249,44,102). Sum of RGB (Red+Green+Blue) = 249+44+102=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92C66 is #06D399. Grayscale: #6F6F6F. Windows color (decimal): -447386 or 6696185. OLE color: 6696185.

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

Color convert

RGB24944102-
CMYK00.820.590.02
HSL343.02º94.47%57.45%-
HSV(B)343.02º82.33%97.65%-
XYZ42.3722.914.76-
YUV111.91122.42225.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.04%
GREEN value IS 44 (17.58% from 255) = 11.14%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=63.04%
G=11.14%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494410200.820.590.02343.0294.4757.45
HexF92C660523B21575e39
Octal37154146012273252713671
Binary11111001101100110011001010010111011101010101111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92C66; }

 p { color: rgb(249,44,102); }

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

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

 a { background-color: rgb(249,44,102); }

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

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

 span { border-color: rgb(249,44,102); }

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