#FA3A6B

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

Shades of Radical Red #FA3A6B

Tints of Radical Red #FA3A6B

Color information

#FA3A6B (or 0xFA3A6B) is unknown color: approx Radical Red. HEX triplet: FA, 3A and 6B. RGB value is (250,58,107). Sum of RGB (Red+Green+Blue) = 250+58+107=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A6B is #05C594. Grayscale: #787878. Windows color (decimal): -378261 or 7027450. OLE color: 7027450.

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

Color convert

RGB25058107-
CMYK00.770.570.02
HSL344.69º95.05%60.39%-
HSV(B)344.69º76.8%98.04%-
XYZ43.5924.4116.32-
YUV120.99120.11220.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.24%
GREEN value IS 58 (23.05% from 255) = 13.98%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=60.24%
G=13.98%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505810700.770.570.02344.6995.0560.39
HexFA3A6B04D3921595f3c
Octal37272153011571253113774
Binary11111010111010110101101001101111001101010110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3A6B; }

 p { color: rgb(250,58,107); }

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

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

 a { background-color: rgb(250,58,107); }

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

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

 span { border-color: rgb(250,58,107); }

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