#FA356F

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

Shades of Radical Red #FA356F

Tints of Radical Red #FA356F

Color information

#FA356F (or 0xFA356F) is unknown color: approx Radical Red. HEX triplet: FA, 35 and 6F. RGB value is (250,53,111). Sum of RGB (Red+Green+Blue) = 250+53+111=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA356F is #05CA90. Grayscale: #767676. Windows color (decimal): -379537 or 7288314. OLE color: 7288314.

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

Color convert

RGB25053111-
CMYK00.790.560.02
HSL342.34º95.17%59.41%-
HSV(B)342.34º78.8%98.04%-
XYZ43.5724.0217.38-
YUV118.51123.77221.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.39%
GREEN value IS 53 (21.09% from 255) = 12.80%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=60.39%
G=12.80%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505311100.790.560.02342.3495.1759.41
HexFA356F04F3821565f3b
Octal37265157011770252613773
Binary11111010110101110111101001111111000101010101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA356F; }

 p { color: rgb(250,53,111); }

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

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

 a { background-color: rgb(250,53,111); }

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

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

 span { border-color: rgb(250,53,111); }

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