#FA2768

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

Shades of Radical Red #FA2768

Tints of Radical Red #FA2768

Color information

#FA2768 (or 0xFA2768) is unknown color: approx Radical Red. HEX triplet: FA, 27 and 68. RGB value is (250,39,104). Sum of RGB (Red+Green+Blue) = 250+39+104=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2768 is #05D897. Grayscale: #6D6D6D. Windows color (decimal): -383128 or 6825978. OLE color: 6825978.

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

Color convert

RGB25039104-
CMYK00.840.580.02
HSL341.52º95.48%56.67%-
HSV(B)341.52º84.4%98.04%-
XYZ42.6522.7715.24-
YUV109.5124.9228.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.61%
GREEN value IS 39 (15.62% from 255) = 9.92%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=63.61%
G=9.92%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503910400.840.580.02341.5295.4856.67
HexFA27680543A21565f39
Octal37247150012472252613771
Binary11111010100111110100001010100111010101010101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2768; }

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

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

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

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

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

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

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

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