#FA3A69

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

Shades of Radical Red #FA3A69

Tints of Radical Red #FA3A69

Color information

#FA3A69 (or 0xFA3A69) is unknown color: approx Radical Red. HEX triplet: FA, 3A and 69. RGB value is (250,58,105). Sum of RGB (Red+Green+Blue) = 250+58+105=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A69 is #05C596. Grayscale: #787878. Windows color (decimal): -378263 or 6896378. OLE color: 6896378.

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

Color convert

RGB25058105-
CMYK00.770.580.02
HSL345.31º95.05%60.39%-
HSV(B)345.31º76.8%98.04%-
XYZ43.4924.3715.78-
YUV120.77119.11220.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.53%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=60.53%
G=14.04%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505810500.770.580.02345.3195.0560.39
HexFA3A6904D3A21595f3c
Octal37272151011572253113774
Binary11111010111010110100101001101111010101010110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3A69; }

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

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

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

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

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

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

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

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