#fa3f66

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

Shades of Radical Red #FA3F66

Tints of Radical Red #FA3F66

Color information

#FA3F66 (or 0xFA3F66) is unknown color: approx Radical Red. HEX triplet: FA, 3F and 66. RGB value is (250,63,102). Sum of RGB (Red+Green+Blue) = 250+63+102=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3F66 is #05C099. Grayscale: #7B7B7B. Windows color (decimal): -376986 or 6701050. OLE color: 6701050.

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

Color convert

RGB25063102-
CMYK00.750.590.02
HSL347.49º94.92%61.37%-
HSV(B)347.49º74.8%98.04%-
XYZ43.624.8415.07-
YUV123.36115.95218.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.24%
GREEN value IS 63 (25% from 255) = 15.18%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=60.24%
G=15.18%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506310200.750.590.02347.4994.9261.37
HexFA3F6604B3B215b5f3d
Octal37277146011373253313775
Binary11111010111111110011001001011111011101010110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa3f66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa3f66; }

 p { color: rgb(250,63,102); }

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

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

 a { background-color: rgb(250,63,102); }

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

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

 span { border-color: rgb(250,63,102); }

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