#FA2168

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

Shades of Radical Red #FA2168

Tints of Radical Red #FA2168

Color information

#FA2168 (or 0xFA2168) is unknown color: approx Radical Red. HEX triplet: FA, 21 and 68. RGB value is (250,33,104). Sum of RGB (Red+Green+Blue) = 250+33+104=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2168 is #05DE97. Grayscale: #696969. Windows color (decimal): -384664 or 6824442. OLE color: 6824442.

HSL color Cylindrical-coordinate representation of color #FA2168: hue angle of 340.37º degrees, saturation: 0.96, 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 #FA2168 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB25033104-
CMYK00.870.580.02
HSL340.37º95.59%55.49%-
HSV(B)340.37º86.8%98.04%-
XYZ42.4722.4115.18-
YUV105.98126.89230.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 64.60%
GREEN value IS 33 (13.28% from 255) = 8.53%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=64.60%
G=8.53%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503310400.870.580.02340.3795.5955.49
HexFA21680573A21546037
Octal37241150012772252414067
Binary11111010100001110100001010111111010101010101001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2168; }

 p { color: rgb(250,33,104); }

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

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

 a { background-color: rgb(250,33,104); }

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

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

 span { border-color: rgb(250,33,104); }

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