#FA274F

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

Shades of Radical Red #FA274F

Tints of Radical Red #FA274F

Color information

#FA274F (or 0xFA274F) is unknown color: approx Radical Red. HEX triplet: FA, 27 and 4F. RGB value is (250,39,79). Sum of RGB (Red+Green+Blue) = 250+39+79=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA274F is #05D8B0. Grayscale: #6A6A6A. Windows color (decimal): -383153 or 5187578. OLE color: 5187578.

HSL color Cylindrical-coordinate representation of color #FA274F: hue angle of 348.63º 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 #FA274F is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB2503979-
CMYK00.840.680.02
HSL348.63º95.48%56.67%-
HSV(B)348.63º84.4%98.04%-
XYZ41.5622.349.52-
YUV106.65112.4230.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.93%
GREEN value IS 39 (15.62% from 255) = 10.60%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=67.93%
G=10.60%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250397900.840.680.02348.6395.4856.67
HexFA274F05444215d5f39
Octal372471170124104253513771
Binary111110101001111001111010101001000100101010111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA274F; }

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

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

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

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

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

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

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

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