#FA4F5C

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

Shades of Radical Red #FA4F5C

Tints of Radical Red #FA4F5C

Color information

#FA4F5C (or 0xFA4F5C) is unknown color: approx Radical Red. HEX triplet: FA, 4F and 5C. RGB value is (250,79,92). Sum of RGB (Red+Green+Blue) = 250+79+92=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F5C is #05B0A3. Grayscale: #838383. Windows color (decimal): -372900 or 6049786. OLE color: 6049786.

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

Color convert

RGB2507992-
CMYK00.680.630.02
HSL355.44º94.48%64.51%-
HSV(B)355.44º68.4%98.04%-
XYZ44.1526.6912.95-
YUV131.61105.65212.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.38%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=59.38%
G=18.76%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250799200.680.630.02355.4494.4864.51
HexFA4F5C0443F21635e41
Octal3721171340104772543136101
Binary1111101010011111011100010001001111111010110001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4F5C; }

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

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

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

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

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

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

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

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